import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
import plotly.express as px
import plotly.io as pio
import plotly.offline as pyo
from math import ceil
from itertools import chain
First we wish to load the dataset and analyze the attributes and the complete structure of the dataset.
df = pd.read_csv("dataset.csv")
df
| Year | CP | Estimation_method | Estimation_method_detailed | Region | LocalAuthority | Road | RoadCategory | LinkLength_km | LinkLength_miles | ... | BusesCoaches | LightGoodsVehicles | V2AxleRigidHGV | V3AxleRigidHGV | V4or5AxleRigidHGV | V3or4AxleArticHGV | V5AxleArticHGV | V6orMoreAxleArticHGV | AllHGVs | AllMotorVehicles | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 2000 | 6007 | Counted | Manual count | Yorkshire and the Humber | Rotherham | M1 | TM | 3.8 | 2.36 | ... | 440 | 13950 | 5351 | 656 | 711 | 1588 | 4715 | 2149 | 15170 | 111146 |
| 1 | 2000 | 6009 | Counted | Manual count | Yorkshire and the Humber | Leeds | M621 | TM | 1.9 | 1.18 | ... | 291 | 8078 | 1293 | 272 | 287 | 628 | 1494 | 921 | 4895 | 65939 |
| 2 | 2000 | 6035 | Counted | Manual count | Yorkshire and the Humber | Doncaster | M18 | TM | 6.5 | 4.04 | ... | 129 | 5017 | 1952 | 257 | 239 | 745 | 3695 | 2000 | 8888 | 40229 |
| 3 | 2000 | 6054 | Counted | Manual count | Yorkshire and the Humber | Calderdale | M62 | TM | 6.0 | 3.73 | ... | 319 | 11241 | 3121 | 508 | 354 | 1786 | 5902 | 3438 | 15109 | 85759 |
| 4 | 2000 | 6055 | Counted | Manual count | Yorkshire and the Humber | Leeds | M62 | TM | 4.9 | 3.04 | ... | 282 | 11818 | 4030 | 624 | 423 | 1947 | 6669 | 3743 | 17436 | 98487 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 275380 | 2016 | 99736 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Derbyshire | A625 | PR | 0.5 | 0.31 | ... | 12 | 869 | 70 | 18 | 141 | 5 | 9 | 26 | 268 | 5358 |
| 275381 | 2016 | 99756 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Derbyshire | A50 | TR | 2.9 | 1.80 | ... | 80 | 9587 | 1236 | 285 | 342 | 339 | 2092 | 2161 | 6454 | 63447 |
| 275382 | 2016 | 99941 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Northamptonshire | A4500 | PR | 6.8 | 4.23 | ... | 46 | 1302 | 80 | 22 | 4 | 3 | 9 | 5 | 124 | 9281 |
| 275383 | 2016 | 99942 | Counted | Manual count | East Midlands | Rutland | A6003 | PR | 7.5 | 4.66 | ... | 21 | 1025 | 114 | 10 | 41 | 31 | 80 | 59 | 335 | 6602 |
| 275384 | 2016 | 99967 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Leicester | A563 | PU | 2.1 | 1.30 | ... | 112 | 3933 | 730 | 142 | 175 | 66 | 277 | 253 | 1643 | 21470 |
275385 rows × 25 columns
df.describe()
| Year | CP | LinkLength_km | LinkLength_miles | Lat | Lon | PedalCycles | Motorcycles | CarsTaxis | BusesCoaches | LightGoodsVehicles | V2AxleRigidHGV | V3AxleRigidHGV | V4or5AxleRigidHGV | V3or4AxleArticHGV | V5AxleArticHGV | V6orMoreAxleArticHGV | AllHGVs | AllMotorVehicles | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| count | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 |
| mean | 2007.967907 | 47277.490437 | 2.757116 | 1.712899 | 53.092936 | -1.654634 | 123.314654 | 222.099297 | 16813.332923 | 248.662175 | 2612.836197 | 489.379193 | 83.551450 | 88.924513 | 74.249433 | 247.927389 | 271.747354 | 1255.774163 | 21152.693542 |
| std | 4.862875 | 27004.889605 | 3.815569 | 2.371086 | 1.681459 | 1.478250 | 421.440798 | 420.874069 | 16618.266842 | 374.650774 | 2807.509355 | 683.713666 | 121.773472 | 142.005359 | 183.767833 | 752.311296 | 835.966781 | 2446.175298 | 21536.689989 |
| min | 2000.000000 | 60.000000 | 0.070000 | 0.040000 | 50.583853 | -7.442680 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
| 25% | 2004.000000 | 26218.000000 | 0.600000 | 0.370000 | 51.614977 | -2.711540 | 5.000000 | 58.000000 | 7125.000000 | 60.000000 | 1070.000000 | 148.000000 | 24.000000 | 15.000000 | 7.000000 | 9.000000 | 10.000000 | 252.000000 | 8941.000000 |
| 50% | 2008.000000 | 47252.000000 | 1.400000 | 0.870000 | 52.807705 | -1.549475 | 26.000000 | 113.000000 | 12255.000000 | 127.000000 | 1792.000000 | 273.000000 | 46.000000 | 41.000000 | 20.000000 | 34.000000 | 37.000000 | 489.000000 | 15143.000000 |
| 75% | 2012.000000 | 74392.000000 | 3.200000 | 1.990000 | 53.760638 | -0.389834 | 83.000000 | 214.000000 | 19951.000000 | 280.000000 | 2978.000000 | 517.000000 | 91.000000 | 100.000000 | 56.000000 | 125.000000 | 137.000000 | 1041.000000 | 24660.000000 |
| max | 2016.000000 | 99967.000000 | 55.500000 | 34.490000 | 60.727231 | 1.754553 | 18629.000000 | 9815.000000 | 207133.000000 | 11359.000000 | 38449.000000 | 10942.000000 | 5968.000000 | 3684.000000 | 3949.000000 | 11034.000000 | 13758.000000 | 27095.000000 | 262842.000000 |
We wish to drop any rows which are duplicates.
df.drop_duplicates()
| Year | CP | Estimation_method | Estimation_method_detailed | Region | LocalAuthority | Road | RoadCategory | LinkLength_km | LinkLength_miles | ... | BusesCoaches | LightGoodsVehicles | V2AxleRigidHGV | V3AxleRigidHGV | V4or5AxleRigidHGV | V3or4AxleArticHGV | V5AxleArticHGV | V6orMoreAxleArticHGV | AllHGVs | AllMotorVehicles | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 2000 | 6007 | Counted | Manual count | Yorkshire and the Humber | Rotherham | M1 | TM | 3.8 | 2.36 | ... | 440 | 13950 | 5351 | 656 | 711 | 1588 | 4715 | 2149 | 15170 | 111146 |
| 1 | 2000 | 6009 | Counted | Manual count | Yorkshire and the Humber | Leeds | M621 | TM | 1.9 | 1.18 | ... | 291 | 8078 | 1293 | 272 | 287 | 628 | 1494 | 921 | 4895 | 65939 |
| 2 | 2000 | 6035 | Counted | Manual count | Yorkshire and the Humber | Doncaster | M18 | TM | 6.5 | 4.04 | ... | 129 | 5017 | 1952 | 257 | 239 | 745 | 3695 | 2000 | 8888 | 40229 |
| 3 | 2000 | 6054 | Counted | Manual count | Yorkshire and the Humber | Calderdale | M62 | TM | 6.0 | 3.73 | ... | 319 | 11241 | 3121 | 508 | 354 | 1786 | 5902 | 3438 | 15109 | 85759 |
| 4 | 2000 | 6055 | Counted | Manual count | Yorkshire and the Humber | Leeds | M62 | TM | 4.9 | 3.04 | ... | 282 | 11818 | 4030 | 624 | 423 | 1947 | 6669 | 3743 | 17436 | 98487 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 275380 | 2016 | 99736 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Derbyshire | A625 | PR | 0.5 | 0.31 | ... | 12 | 869 | 70 | 18 | 141 | 5 | 9 | 26 | 268 | 5358 |
| 275381 | 2016 | 99756 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Derbyshire | A50 | TR | 2.9 | 1.80 | ... | 80 | 9587 | 1236 | 285 | 342 | 339 | 2092 | 2161 | 6454 | 63447 |
| 275382 | 2016 | 99941 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Northamptonshire | A4500 | PR | 6.8 | 4.23 | ... | 46 | 1302 | 80 | 22 | 4 | 3 | 9 | 5 | 124 | 9281 |
| 275383 | 2016 | 99942 | Counted | Manual count | East Midlands | Rutland | A6003 | PR | 7.5 | 4.66 | ... | 21 | 1025 | 114 | 10 | 41 | 31 | 80 | 59 | 335 | 6602 |
| 275384 | 2016 | 99967 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Leicester | A563 | PU | 2.1 | 1.30 | ... | 112 | 3933 | 730 | 142 | 175 | 66 | 277 | 253 | 1643 | 21470 |
275385 rows × 25 columns
We want to drop either any rows or columns with NaN. First we will see the sum of NaN in each attribute.
df.isnull().sum()
Year 0 CP 0 Estimation_method 37573 Estimation_method_detailed 37573 Region 0 LocalAuthority 0 Road 0 RoadCategory 0 LinkLength_km 0 LinkLength_miles 0 Lat 0 Lon 0 PedalCycles 0 Motorcycles 0 CarsTaxis 0 BusesCoaches 0 LightGoodsVehicles 0 V2AxleRigidHGV 0 V3AxleRigidHGV 0 V4or5AxleRigidHGV 0 V3or4AxleArticHGV 0 V5AxleArticHGV 0 V6orMoreAxleArticHGV 0 AllHGVs 0 AllMotorVehicles 0 dtype: int64
Assesing from the sum, there are only two attributes with NaN. Judging from the data in these attributes, we prefer dropping the complete columns 'Estimation method' and 'Estimation method detailed' because we will not be using the information available in these columns. Dropping rows would result in dropping a complete datapoint which is not feasible.
df.dropna(axis=1, inplace = True)
df.isnull().sum()
Year 0 CP 0 Region 0 LocalAuthority 0 Road 0 RoadCategory 0 LinkLength_km 0 LinkLength_miles 0 Lat 0 Lon 0 PedalCycles 0 Motorcycles 0 CarsTaxis 0 BusesCoaches 0 LightGoodsVehicles 0 V2AxleRigidHGV 0 V3AxleRigidHGV 0 V4or5AxleRigidHGV 0 V3or4AxleArticHGV 0 V5AxleArticHGV 0 V6orMoreAxleArticHGV 0 AllHGVs 0 AllMotorVehicles 0 dtype: int64
The final structure of our dataframe is as follows.
df
| Year | CP | Region | LocalAuthority | Road | RoadCategory | LinkLength_km | LinkLength_miles | Lat | Lon | ... | BusesCoaches | LightGoodsVehicles | V2AxleRigidHGV | V3AxleRigidHGV | V4or5AxleRigidHGV | V3or4AxleArticHGV | V5AxleArticHGV | V6orMoreAxleArticHGV | AllHGVs | AllMotorVehicles | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 2000 | 6007 | Yorkshire and the Humber | Rotherham | M1 | TM | 3.8 | 2.36 | 53.398531 | -1.309655 | ... | 440 | 13950 | 5351 | 656 | 711 | 1588 | 4715 | 2149 | 15170 | 111146 |
| 1 | 2000 | 6009 | Yorkshire and the Humber | Leeds | M621 | TM | 1.9 | 1.18 | 53.760869 | -1.513814 | ... | 291 | 8078 | 1293 | 272 | 287 | 628 | 1494 | 921 | 4895 | 65939 |
| 2 | 2000 | 6035 | Yorkshire and the Humber | Doncaster | M18 | TM | 6.5 | 4.04 | 53.563523 | -0.998970 | ... | 129 | 5017 | 1952 | 257 | 239 | 745 | 3695 | 2000 | 8888 | 40229 |
| 3 | 2000 | 6054 | Yorkshire and the Humber | Calderdale | M62 | TM | 6.0 | 3.73 | 53.645893 | -1.940967 | ... | 319 | 11241 | 3121 | 508 | 354 | 1786 | 5902 | 3438 | 15109 | 85759 |
| 4 | 2000 | 6055 | Yorkshire and the Humber | Leeds | M62 | TM | 4.9 | 3.04 | 53.731551 | -1.607374 | ... | 282 | 11818 | 4030 | 624 | 423 | 1947 | 6669 | 3743 | 17436 | 98487 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 275380 | 2016 | 99736 | East Midlands | Derbyshire | A625 | PR | 0.5 | 0.31 | 53.309068 | -1.599252 | ... | 12 | 869 | 70 | 18 | 141 | 5 | 9 | 26 | 268 | 5358 |
| 275381 | 2016 | 99756 | East Midlands | Derbyshire | A50 | TR | 2.9 | 1.80 | 52.866690 | -1.366373 | ... | 80 | 9587 | 1236 | 285 | 342 | 339 | 2092 | 2161 | 6454 | 63447 |
| 275382 | 2016 | 99941 | East Midlands | Northamptonshire | A4500 | PR | 6.8 | 4.23 | 52.270539 | -0.770410 | ... | 46 | 1302 | 80 | 22 | 4 | 3 | 9 | 5 | 124 | 9281 |
| 275383 | 2016 | 99942 | East Midlands | Rutland | A6003 | PR | 7.5 | 4.66 | 52.555003 | -0.727959 | ... | 21 | 1025 | 114 | 10 | 41 | 31 | 80 | 59 | 335 | 6602 |
| 275384 | 2016 | 99967 | East Midlands | Leicester | A563 | PU | 2.1 | 1.30 | 52.663461 | -1.093733 | ... | 112 | 3933 | 730 | 142 | 175 | 66 | 277 | 253 | 1643 | 21470 |
275385 rows × 23 columns
df.describe()
| Year | CP | LinkLength_km | LinkLength_miles | Lat | Lon | PedalCycles | Motorcycles | CarsTaxis | BusesCoaches | LightGoodsVehicles | V2AxleRigidHGV | V3AxleRigidHGV | V4or5AxleRigidHGV | V3or4AxleArticHGV | V5AxleArticHGV | V6orMoreAxleArticHGV | AllHGVs | AllMotorVehicles | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| count | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 |
| mean | 2007.967907 | 47277.490437 | 2.757116 | 1.712899 | 53.092936 | -1.654634 | 123.314654 | 222.099297 | 16813.332923 | 248.662175 | 2612.836197 | 489.379193 | 83.551450 | 88.924513 | 74.249433 | 247.927389 | 271.747354 | 1255.774163 | 21152.693542 |
| std | 4.862875 | 27004.889605 | 3.815569 | 2.371086 | 1.681459 | 1.478250 | 421.440798 | 420.874069 | 16618.266842 | 374.650774 | 2807.509355 | 683.713666 | 121.773472 | 142.005359 | 183.767833 | 752.311296 | 835.966781 | 2446.175298 | 21536.689989 |
| min | 2000.000000 | 60.000000 | 0.070000 | 0.040000 | 50.583853 | -7.442680 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
| 25% | 2004.000000 | 26218.000000 | 0.600000 | 0.370000 | 51.614977 | -2.711540 | 5.000000 | 58.000000 | 7125.000000 | 60.000000 | 1070.000000 | 148.000000 | 24.000000 | 15.000000 | 7.000000 | 9.000000 | 10.000000 | 252.000000 | 8941.000000 |
| 50% | 2008.000000 | 47252.000000 | 1.400000 | 0.870000 | 52.807705 | -1.549475 | 26.000000 | 113.000000 | 12255.000000 | 127.000000 | 1792.000000 | 273.000000 | 46.000000 | 41.000000 | 20.000000 | 34.000000 | 37.000000 | 489.000000 | 15143.000000 |
| 75% | 2012.000000 | 74392.000000 | 3.200000 | 1.990000 | 53.760638 | -0.389834 | 83.000000 | 214.000000 | 19951.000000 | 280.000000 | 2978.000000 | 517.000000 | 91.000000 | 100.000000 | 56.000000 | 125.000000 | 137.000000 | 1041.000000 | 24660.000000 |
| max | 2016.000000 | 99967.000000 | 55.500000 | 34.490000 | 60.727231 | 1.754553 | 18629.000000 | 9815.000000 | 207133.000000 | 11359.000000 | 38449.000000 | 10942.000000 | 5968.000000 | 3684.000000 | 3949.000000 | 11034.000000 | 13758.000000 | 27095.000000 | 262842.000000 |
for col in list(df.columns):
print(df[col].value_counts())
2015 16504
2014 16500
2013 16467
2012 16445
2009 16379
2006 16366
2007 16363
2010 16358
2011 16344
2008 16338
2005 16306
2004 16210
2002 16175
2003 16158
2001 16157
2000 16146
2016 14169
Name: Year, dtype: int64
6141 17
47222 17
60028 17
47734 17
37491 17
..
80802 1
88023 1
73571 1
88036 1
88074 1
Name: CP, Length: 17616, dtype: int64
Scotland 38172
South East 37573
London 31153
North West 31107
West Midlands 27675
East of England 24546
Yorkshire and the Humber 23042
East Midlands 22348
Wales 19016
North East 13166
Merseyside 7587
Name: Region, dtype: int64
Kent 7417
Lancashire 5908
Staffordshire 5779
Surrey 5547
Hampshire 5139
...
Sutton 306
Clackmannanshire 286
Inverclyde 276
East Renfrewshire 273
Torfaen 204
Name: LocalAuthority, Length: 190, dtype: int64
A1 3598
A6 3271
A5 2331
A41 2270
A34 2070
...
A1194 1
A6183 1
A5042 1
A5075 1
A5153 1
Name: Road, Length: 1719, dtype: int64
PU 134655
PR 87539
TR 29664
TM 16684
TU 6182
PM 643
Pu 14
Tu 4
Name: RoadCategory, dtype: int64
0.30 15016
0.20 13596
0.40 13490
0.50 12930
0.60 11419
...
0.72 1
8.82 1
3.51 1
1.48 1
29.40 1
Name: LinkLength_km, Length: 416, dtype: int64
0.19 15022
0.12 13600
0.25 13495
0.31 12930
0.37 11419
...
0.58 1
0.45 1
5.48 1
0.92 1
2.18 1
Name: LinkLength_miles, Length: 397, dtype: int64
51.375682 34
55.834480 34
55.923445 34
56.034801 34
51.537195 34
..
53.408643 1
53.263720 1
53.373969 1
53.409814 1
52.600793 1
Name: Lat, Length: 17858, dtype: int64
-4.559222 34
-3.259810 34
-3.933424 34
-3.408871 34
-0.307955 34
..
-3.041831 1
0.629317 1
-3.886252 1
-0.440949 1
-1.574511 1
Name: Lon, Length: 17858, dtype: int64
0 35789
1 8790
2 8308
4 6948
3 6820
...
5185 1
6281 1
3394 1
4232 1
8369 1
Name: PedalCycles, Length: 3568, dtype: int64
58 1540
46 1493
54 1493
44 1493
62 1479
...
3638 1
3991 1
2870 1
4661 1
6782 1
Name: Motorcycles, Length: 3660, dtype: int64
9868 33
8642 30
7933 30
8987 30
8459 29
..
77171 1
87420 1
42562 1
36423 1
31950 1
Name: CarsTaxis, Length: 50175, dtype: int64
51 1419
49 1404
55 1402
52 1394
42 1389
...
2650 1
2394 1
2138 1
1882 1
3420 1
Name: BusesCoaches, Length: 3220, dtype: int64
1327 136
1442 134
1496 134
1597 132
1417 127
...
12861 1
19682 1
12175 1
8511 1
14712 1
Name: LightGoodsVehicles, Length: 14666, dtype: int64
151 682
158 658
156 654
121 653
154 650
...
3807 1
4063 1
2990 1
4573 1
4241 1
Name: V2AxleRigidHGV, Length: 4952, dtype: int64
22 3672
20 3660
16 3641
19 3622
26 3599
...
2100 1
1641 1
1727 1
3774 1
1023 1
Name: V3AxleRigidHGV, Length: 1222, dtype: int64
0 6295
4 4993
3 4719
8 4596
5 4520
...
1380 1
2404 1
1637 1
2336 1
1535 1
Name: V4or5AxleRigidHGV, Length: 1359, dtype: int64
2 10124
3 9517
0 9241
4 9184
1 9148
...
1374 1
1009 1
2398 1
1632 1
2047 1
Name: V3or4AxleArticHGV, Length: 1925, dtype: int64
0 8936
2 8881
1 8347
3 8134
4 7767
...
4282 1
5085 1
4969 1
4538 1
6042 1
Name: V5AxleArticHGV, Length: 5425, dtype: int64
0 13112
1 8979
2 7223
4 6707
3 6493
...
4846 1
5931 1
4136 1
5584 1
7294 1
Name: V6orMoreAxleArticHGV, Length: 5666, dtype: int64
192 381
236 380
289 380
209 378
208 377
...
8039 1
10336 1
8289 1
12387 1
8552 1
Name: AllHGVs, Length: 12243, dtype: int64
11304 26
10250 26
10172 25
13315 25
11283 25
..
63451 1
40918 1
73147 1
36820 1
44458 1
Name: AllMotorVehicles, Length: 58619, dtype: int64
After assessing the unique values of each attribute we can see that there is an error in 'RoadCategory' where there are PU and Pu, and TU and Tu values in the dataset separately. We need to fix this.
df['RoadCategory'] = df['RoadCategory'].str.upper()
df['RoadCategory'].value_counts()
PU 134669 PR 87539 TR 29664 TM 16684 TU 6186 PM 643 Name: RoadCategory, dtype: int64
First we wish to find all the categorical attributes.
cat_cols = list(set(df.columns) - set(df.describe().columns))
cat_cols
['RoadCategory', 'Road', 'Region', 'LocalAuthority']
Now we wish to make these categorical attributes numerical so that we can make a correlation matrix out of them.
df_for_corr = df.copy()
df_for_corr
| Year | CP | Region | LocalAuthority | Road | RoadCategory | LinkLength_km | LinkLength_miles | Lat | Lon | ... | BusesCoaches | LightGoodsVehicles | V2AxleRigidHGV | V3AxleRigidHGV | V4or5AxleRigidHGV | V3or4AxleArticHGV | V5AxleArticHGV | V6orMoreAxleArticHGV | AllHGVs | AllMotorVehicles | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 2000 | 6007 | Yorkshire and the Humber | Rotherham | M1 | TM | 3.8 | 2.36 | 53.398531 | -1.309655 | ... | 440 | 13950 | 5351 | 656 | 711 | 1588 | 4715 | 2149 | 15170 | 111146 |
| 1 | 2000 | 6009 | Yorkshire and the Humber | Leeds | M621 | TM | 1.9 | 1.18 | 53.760869 | -1.513814 | ... | 291 | 8078 | 1293 | 272 | 287 | 628 | 1494 | 921 | 4895 | 65939 |
| 2 | 2000 | 6035 | Yorkshire and the Humber | Doncaster | M18 | TM | 6.5 | 4.04 | 53.563523 | -0.998970 | ... | 129 | 5017 | 1952 | 257 | 239 | 745 | 3695 | 2000 | 8888 | 40229 |
| 3 | 2000 | 6054 | Yorkshire and the Humber | Calderdale | M62 | TM | 6.0 | 3.73 | 53.645893 | -1.940967 | ... | 319 | 11241 | 3121 | 508 | 354 | 1786 | 5902 | 3438 | 15109 | 85759 |
| 4 | 2000 | 6055 | Yorkshire and the Humber | Leeds | M62 | TM | 4.9 | 3.04 | 53.731551 | -1.607374 | ... | 282 | 11818 | 4030 | 624 | 423 | 1947 | 6669 | 3743 | 17436 | 98487 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 275380 | 2016 | 99736 | East Midlands | Derbyshire | A625 | PR | 0.5 | 0.31 | 53.309068 | -1.599252 | ... | 12 | 869 | 70 | 18 | 141 | 5 | 9 | 26 | 268 | 5358 |
| 275381 | 2016 | 99756 | East Midlands | Derbyshire | A50 | TR | 2.9 | 1.80 | 52.866690 | -1.366373 | ... | 80 | 9587 | 1236 | 285 | 342 | 339 | 2092 | 2161 | 6454 | 63447 |
| 275382 | 2016 | 99941 | East Midlands | Northamptonshire | A4500 | PR | 6.8 | 4.23 | 52.270539 | -0.770410 | ... | 46 | 1302 | 80 | 22 | 4 | 3 | 9 | 5 | 124 | 9281 |
| 275383 | 2016 | 99942 | East Midlands | Rutland | A6003 | PR | 7.5 | 4.66 | 52.555003 | -0.727959 | ... | 21 | 1025 | 114 | 10 | 41 | 31 | 80 | 59 | 335 | 6602 |
| 275384 | 2016 | 99967 | East Midlands | Leicester | A563 | PU | 2.1 | 1.30 | 52.663461 | -1.093733 | ... | 112 | 3933 | 730 | 142 | 175 | 66 | 277 | 253 | 1643 | 21470 |
275385 rows × 23 columns
for col in df_for_corr.columns:
if col in cat_cols:
df_for_corr[col] = pd.Series.factorize(df_for_corr[col])[0]
df_for_corr
| Year | CP | Region | LocalAuthority | Road | RoadCategory | LinkLength_km | LinkLength_miles | Lat | Lon | ... | BusesCoaches | LightGoodsVehicles | V2AxleRigidHGV | V3AxleRigidHGV | V4or5AxleRigidHGV | V3or4AxleArticHGV | V5AxleArticHGV | V6orMoreAxleArticHGV | AllHGVs | AllMotorVehicles | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 2000 | 6007 | 0 | 0 | 0 | 0 | 3.8 | 2.36 | 53.398531 | -1.309655 | ... | 440 | 13950 | 5351 | 656 | 711 | 1588 | 4715 | 2149 | 15170 | 111146 |
| 1 | 2000 | 6009 | 0 | 1 | 1 | 0 | 1.9 | 1.18 | 53.760869 | -1.513814 | ... | 291 | 8078 | 1293 | 272 | 287 | 628 | 1494 | 921 | 4895 | 65939 |
| 2 | 2000 | 6035 | 0 | 2 | 2 | 0 | 6.5 | 4.04 | 53.563523 | -0.998970 | ... | 129 | 5017 | 1952 | 257 | 239 | 745 | 3695 | 2000 | 8888 | 40229 |
| 3 | 2000 | 6054 | 0 | 3 | 3 | 0 | 6.0 | 3.73 | 53.645893 | -1.940967 | ... | 319 | 11241 | 3121 | 508 | 354 | 1786 | 5902 | 3438 | 15109 | 85759 |
| 4 | 2000 | 6055 | 0 | 1 | 3 | 0 | 4.9 | 3.04 | 53.731551 | -1.607374 | ... | 282 | 11818 | 4030 | 624 | 423 | 1947 | 6669 | 3743 | 17436 | 98487 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 275380 | 2016 | 99736 | 10 | 183 | 125 | 2 | 0.5 | 0.31 | 53.309068 | -1.599252 | ... | 12 | 869 | 70 | 18 | 141 | 5 | 9 | 26 | 268 | 5358 |
| 275381 | 2016 | 99756 | 10 | 183 | 168 | 1 | 2.9 | 1.80 | 52.866690 | -1.366373 | ... | 80 | 9587 | 1236 | 285 | 342 | 339 | 2092 | 2161 | 6454 | 63447 |
| 275382 | 2016 | 99941 | 10 | 181 | 1684 | 2 | 6.8 | 4.23 | 52.270539 | -0.770410 | ... | 46 | 1302 | 80 | 22 | 4 | 3 | 9 | 5 | 124 | 9281 |
| 275383 | 2016 | 99942 | 10 | 184 | 1660 | 2 | 7.5 | 4.66 | 52.555003 | -0.727959 | ... | 21 | 1025 | 114 | 10 | 41 | 31 | 80 | 59 | 335 | 6602 |
| 275384 | 2016 | 99967 | 10 | 188 | 1666 | 3 | 2.1 | 1.30 | 52.663461 | -1.093733 | ... | 112 | 3933 | 730 | 142 | 175 | 66 | 277 | 253 | 1643 | 21470 |
275385 rows × 23 columns
corr = df_for_corr.corr()
df['RoadCategory']
0 TM
1 TM
2 TM
3 TM
4 TM
..
275380 PR
275381 TR
275382 PR
275383 PR
275384 PU
Name: RoadCategory, Length: 275385, dtype: object
plt.figure(figsize = (20,20))
sns.heatmap(corr, annot = True)
<AxesSubplot:>
Correlation signifies how two variable move with each other. A positive correlation means that if one variable increases then the other increases and a negative correlation means that if one variable increases the other will decrease.
The diagonal of the heat map consists of one since each variable is perfectly correlated with itself.
The above heat map shows the correlation between each pair of variables. We will just focus on the moderate and strong relations. A correlation is said to be moderate if the magnitude is between 0.4 - 0.59. It is strong between 0.6-0.79 and it is very strong between 0.8 - 1.
An insight we can see is that the types of vehicles are positively related. For example CarTaxis and LightGoodsVehicles this means that increased accidents of CarsTaxis on a roadlink in a given year meant increased accidents of LightGoodsVehicle. This could give valuable insight for why the accidents increased. Most of the different types of vehicles are strongly correlated with each other.
Some examples of categorized correlations are given below.
Moderate Correlations:
Strong Correlations:
Very Strong Correlations:
df_yearly_accidents = df.groupby(["Year"]).AllMotorVehicles.sum().reset_index()
df_yearly_accidents
| Year | AllMotorVehicles | |
|---|---|---|
| 0 | 2000 | 332873178 |
| 1 | 2001 | 337663822 |
| 2 | 2002 | 341175880 |
| 3 | 2003 | 342328345 |
| 4 | 2004 | 348091500 |
| 5 | 2005 | 347396323 |
| 6 | 2006 | 353121919 |
| 7 | 2007 | 351573906 |
| 8 | 2008 | 345686868 |
| 9 | 2009 | 346712517 |
| 10 | 2010 | 342779848 |
| 11 | 2011 | 343438806 |
| 12 | 2012 | 343066143 |
| 13 | 2013 | 343388752 |
| 14 | 2014 | 350177015 |
| 15 | 2015 | 355772756 |
| 16 | 2016 | 299886933 |
sns.set_theme(style="whitegrid")
plt.figure(figsize = (15,8))
ax = sns.barplot(df_yearly_accidents["Year"], df_yearly_accidents['AllMotorVehicles'])
ax.set(ylabel = "No. of Accidents")
/Users/shahparkhan/opt/anaconda3/lib/python3.8/site-packages/seaborn/_decorators.py:36: FutureWarning: Pass the following variables as keyword args: x, y. From version 0.12, the only valid positional argument will be `data`, and passing other arguments without an explicit keyword will result in an error or misinterpretation.
[Text(0, 0.5, 'No. of Accidents')]
Motorcycles_sum = df.groupby(["Year"])["Motorcycles"].sum().rename("Motorcycles")
BusesCoaches_sum = df.groupby(["Year"])["BusesCoaches"].sum().rename("BusesCoaches")
CarsTaxis = df.groupby(["Year"])["CarsTaxis"].sum().rename("Cars and Taxis")
LGVs_sum = df.groupby(["Year"])["LightGoodsVehicles"].sum().rename("LGVs")
HGVs_sum = df.groupby(["Year"])["AllHGVs"].sum().rename("HGVs")
df_pie = pd.DataFrame({
"Vehicle Type": ["Motorcycles", "Buses/Coaches", "Cars/Taxis", "LGVs", "HGVs"],
"Count": [Motorcycles_sum.sum(), BusesCoaches_sum.sum(), CarsTaxis.sum(), LGVs_sum.sum(), HGVs_sum.sum()],
}).set_index('Vehicle Type')
df_pie
| Count | |
|---|---|
| Vehicle Type | |
| Motorcycles | 61162815 |
| Buses/Coaches | 68477833 |
| Cars/Taxis | 4630139687 |
| LGVs | 719535896 |
| HGVs | 345821368 |
df_pie.plot.pie(y='Count', figsize=(10,10), autopct='%1.0f%%', pctdistance=0.6, labeldistance=1.1)
<AxesSubplot:ylabel='Count'>
Most of our accidents our dominated by the Cars/Taxis category followed by LGVs, and HGVs.
fig, ax = plt.subplots(figsize=(15,8))
df_plot = pd.concat([LGVs_sum, HGVs_sum], axis=1)
df_plot.plot(kind="bar", ax = ax)
plt.title("LGV Vs. HGV (2000-2016)")
plt.xlabel("Year")
plt.ylabel("No. of Accidents")
plt.ylim([0, 60000000])
(0.0, 60000000.0)
Comment: Light Goods Vehicles have shown consistently higher numbers compared to Heavy Good Vehicles and are increasing over the years on average. Heavy Good Vehicles show a stable, consistent number of accidents over the years.
# Category column labels: Motorcycles CarsTaxis BusesCoaches LightGoodsVehicles AllHGVs
fig, ax = plt.subplots(figsize=(15,8))
df_plot = pd.concat([Motorcycles_sum, CarsTaxis, BusesCoaches_sum], axis=1)
df_plot.plot(kind="bar", ax = ax)
plt.title("Motor Vehicle Accidents (2000-2016)")
plt.xlabel("Year")
plt.ylabel("No. of Accidents")
plt.ylim([0, 400000000])
(0.0, 400000000.0)
Comment: We can see that accidents for cars and taxis are consistently very high over the years on average (compared to the other two categories of motorcycles and buses/coaches). Since these 3 are not comparable together, we will compare motorcycles with buses/coaches
# Category column labels: Motorcycles CarsTaxis BusesCoaches LightGoodsVehicles AllHGVs
fig, ax = plt.subplots(figsize=(15,8))
df_plot = pd.concat([Motorcycles_sum, BusesCoaches_sum], axis=1)
df_plot.plot(kind="bar", ax = ax)
plt.title("Motor Vehicles Accidents (2000-2016)")
plt.xlabel("Year")
plt.ylabel("No. of Accidents")
plt.ylim([0, 5000000])
(0.0, 5000000.0)
Comment: As we can see, accidents for buses and coaches are fluctuating along 4,000,000 accidents for most of the years, while there is a decreasing trend starting from the year 2007 onwards for Motorcycle accidents. This can be interesting as it may show a reason or cause (perhaps due to a policy of helmets being mandatory or a separate motorcycle lane) which may be inferred from latter analyses.
# Category column labels: Motorcycles CarsTaxis BusesCoaches LightGoodsVehicles AllHGVs
fig, ax = plt.subplots(figsize=(15,8))
df_plot = pd.concat([Motorcycles_sum, BusesCoaches_sum, LGVs_sum, HGVs_sum, CarsTaxis], axis=1)
df_plot.plot(kind="line", ax = ax)
plt.title("Motor Vehicles Accidents (2000-2016)")
plt.xlabel("Year")
plt.ylabel("No. of Accidents")
Text(0, 0.5, 'No. of Accidents')
Comment: We can see that accidents for cars and taxis are consistently very high over the years on average (compared to all other categories). Since the rest categories are not comparable together with cars and taxis, we will eliminate cars and taxis from the graph.
# Category column labels: Motorcycles CarsTaxis BusesCoaches LightGoodsVehicles AllHGVs
fig, ax = plt.subplots(figsize=(15,8))
df_plot = pd.concat([Motorcycles_sum, BusesCoaches_sum, LGVs_sum, HGVs_sum], axis=1)
df_plot.plot(kind="line", ax = ax)
plt.title("Motor Vehicles Accidents (2000-2016)")
plt.xlabel("Year")
plt.ylabel("No. of Accidents")
plt.ylim([0, 65000000])
(0.0, 65000000.0)
Comment: We can now see the trend of each of these categories. LGV accidents have been increasing on average and are the highest among these categories consistently in terms of accidents over the years. Buses/Coaches and motorcycles follow a very similar stable trend with similar numbers which are lower than the HGV accidents. HGV accidents have slightly decreased over the years.
df.columns
Index(['Year', 'CP', 'Region', 'LocalAuthority', 'Road', 'RoadCategory',
'LinkLength_km', 'LinkLength_miles', 'Lat', 'Lon', 'PedalCycles',
'Motorcycles', 'CarsTaxis', 'BusesCoaches', 'LightGoodsVehicles',
'V2AxleRigidHGV', 'V3AxleRigidHGV', 'V4or5AxleRigidHGV',
'V3or4AxleArticHGV', 'V5AxleArticHGV', 'V6orMoreAxleArticHGV',
'AllHGVs', 'AllMotorVehicles'],
dtype='object')
list(df['RoadCategory'].value_counts().index)
['PU', 'PR', 'TR', 'TM', 'TU', 'PM']
df[df['RoadCategory'] == 'PU']['AllMotorVehicles'].sum()/df['RoadCategory'].value_counts().PU
road_categories = list(df['RoadCategory'].value_counts().index)
per_road_type_accidents = []
for road_cat in road_categories:
per_road_type_accidents.append(int(df[df['RoadCategory'] == road_cat]['AllMotorVehicles'].sum()/df['RoadCategory'].value_counts()[road_cat]))
df_accidents_per_road_type = pd.DataFrame({
"Road Type": road_categories,
"Accidents per Road Type": per_road_type_accidents
}).set_index('Road Type')
df_accidents_per_road_type
| Accidents per Road Type | |
|---|---|
| Road Type | |
| PU | 19761 |
| PR | 11591 |
| TR | 24302 |
| TM | 71350 |
| TU | 32831 |
| PM | 53995 |
df_accidents_per_road_type.plot.pie(y='Accidents per Road Type', figsize=(10,10), autopct='%1.0f%%', pctdistance=0.6, labeldistance=1.1)
<AxesSubplot:ylabel='Accidents per Road Type'>
The pie chart above shows the distribution of ratio of accidents per road type. The top three ratios are of the following road types: TM, PM, and TU.
api_token = "pk.eyJ1Ijoic2hhaHBhcmtoYW4iLCJhIjoiY2wwejk2Ynd6MW1ndzNia2JuaW13MHEwNyJ9.XGaYVZUIUmdtDvsNBEaydQ"
fig = px.scatter_mapbox(df, lat="Lat", lon="Lon",
size_max=30, zoom=5,
height = 600, width = 1000,
title='UK Accident Locations',
)
fig.update_layout(font_size=16, title={'xanchor': 'center','yanchor': 'top', 'y':0.9, 'x':0.5,},
title_font_size = 24, mapbox_accesstoken=api_token, mapbox_style = "mapbox://styles/mapbox/satellite-streets-v11")
fig.update_traces(marker=dict(size=6))
fig = px.scatter_mapbox(df, lat="Lat", lon="Lon", color='AllMotorVehicles',
color_continuous_scale="YlOrRd", range_color=[0, 270000], opacity=0.1,
size_max=30, zoom=5,
height = 600, width = 1000,
title='All UK Accident Locations for Motor Vehicles',
)
fig.update_layout(font_size=16, title={'xanchor': 'center','yanchor': 'top', 'y':0.9, 'x':0.5,},
title_font_size = 24, mapbox_accesstoken=api_token, mapbox_style = "mapbox://styles/mapbox/satellite-streets-v11")
fig.update_traces(marker=dict(size=6))
The heatmap over the UK map shows us that there are approximately 50,000 accidents around all road links. Upon further analysis, we can see that the frequency of accidents increases at the outskirts of major cities.
df_frequent_accidents = df[df['AllMotorVehicles'] > 100000]
fig = px.scatter_mapbox(df_frequent_accidents, lat="Lat", lon="Lon", color='AllMotorVehicles',
color_continuous_scale='YlOrRd', range_color=[100000, 270000], opacity=0.1,
size_max=30, zoom=5,
height = 600, width = 1000,
title='Frequent UK Accident Locations for Motor Vehicles',
)
fig.update_layout(font_size=16, title={'xanchor': 'center','yanchor': 'top', 'y':0.9, 'x':0.5,},
title_font_size = 24, mapbox_accesstoken=api_token, mapbox_style = "mapbox://styles/mapbox/satellite-streets-v11")
fig.update_traces(marker=dict(size=6))
To see frequent accident road links, we limited our dataframe with only >100,000 'AllMotorVehicles' accidents. Judging from the heatmap above we can clearly see that road links near the following cities are most susceptible to motor vehicle accidents: London, Cardiff, Southampton, Nottingham, Manchester, Birmingham, Sheffield, and Glasgow.
fig = px.scatter_mapbox(df_frequent_accidents, lat="Lat", lon="Lon", color='PedalCycles',
color_continuous_scale='YlOrRd', range_color=[0, 19000], opacity=0.1,
size_max=30, zoom=5,
height = 600, width = 1000,
title='Frequent UK Accident Locations for Pedal Cycles',
)
fig.update_layout(font_size=16, title={'xanchor': 'center','yanchor': 'top', 'y':0.9, 'x':0.5,},
title_font_size = 24, mapbox_accesstoken=api_token, mapbox_style = "mapbox://styles/mapbox/satellite-streets-v11")
fig.update_traces(marker=dict(size=6))
The heatmap of the pedal cycles is similar to the one where we were trying to see locations with most frequent accidents. These accidents are near the major cities of United Kingdom.
df = pd.read_csv("./dataset.csv")
df
| Year | CP | Estimation_method | Estimation_method_detailed | Region | LocalAuthority | Road | RoadCategory | LinkLength_km | LinkLength_miles | ... | BusesCoaches | LightGoodsVehicles | V2AxleRigidHGV | V3AxleRigidHGV | V4or5AxleRigidHGV | V3or4AxleArticHGV | V5AxleArticHGV | V6orMoreAxleArticHGV | AllHGVs | AllMotorVehicles | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 2000 | 6007 | Counted | Manual count | Yorkshire and the Humber | Rotherham | M1 | TM | 3.8 | 2.36 | ... | 440 | 13950 | 5351 | 656 | 711 | 1588 | 4715 | 2149 | 15170 | 111146 |
| 1 | 2000 | 6009 | Counted | Manual count | Yorkshire and the Humber | Leeds | M621 | TM | 1.9 | 1.18 | ... | 291 | 8078 | 1293 | 272 | 287 | 628 | 1494 | 921 | 4895 | 65939 |
| 2 | 2000 | 6035 | Counted | Manual count | Yorkshire and the Humber | Doncaster | M18 | TM | 6.5 | 4.04 | ... | 129 | 5017 | 1952 | 257 | 239 | 745 | 3695 | 2000 | 8888 | 40229 |
| 3 | 2000 | 6054 | Counted | Manual count | Yorkshire and the Humber | Calderdale | M62 | TM | 6.0 | 3.73 | ... | 319 | 11241 | 3121 | 508 | 354 | 1786 | 5902 | 3438 | 15109 | 85759 |
| 4 | 2000 | 6055 | Counted | Manual count | Yorkshire and the Humber | Leeds | M62 | TM | 4.9 | 3.04 | ... | 282 | 11818 | 4030 | 624 | 423 | 1947 | 6669 | 3743 | 17436 | 98487 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 275380 | 2016 | 99736 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Derbyshire | A625 | PR | 0.5 | 0.31 | ... | 12 | 869 | 70 | 18 | 141 | 5 | 9 | 26 | 268 | 5358 |
| 275381 | 2016 | 99756 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Derbyshire | A50 | TR | 2.9 | 1.80 | ... | 80 | 9587 | 1236 | 285 | 342 | 339 | 2092 | 2161 | 6454 | 63447 |
| 275382 | 2016 | 99941 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Northamptonshire | A4500 | PR | 6.8 | 4.23 | ... | 46 | 1302 | 80 | 22 | 4 | 3 | 9 | 5 | 124 | 9281 |
| 275383 | 2016 | 99942 | Counted | Manual count | East Midlands | Rutland | A6003 | PR | 7.5 | 4.66 | ... | 21 | 1025 | 114 | 10 | 41 | 31 | 80 | 59 | 335 | 6602 |
| 275384 | 2016 | 99967 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Leicester | A563 | PU | 2.1 | 1.30 | ... | 112 | 3933 | 730 | 142 | 175 | 66 | 277 | 253 | 1643 | 21470 |
275385 rows × 25 columns
df.drop_duplicates()
| Year | CP | Estimation_method | Estimation_method_detailed | Region | LocalAuthority | Road | RoadCategory | LinkLength_km | LinkLength_miles | ... | BusesCoaches | LightGoodsVehicles | V2AxleRigidHGV | V3AxleRigidHGV | V4or5AxleRigidHGV | V3or4AxleArticHGV | V5AxleArticHGV | V6orMoreAxleArticHGV | AllHGVs | AllMotorVehicles | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 2000 | 6007 | Counted | Manual count | Yorkshire and the Humber | Rotherham | M1 | TM | 3.8 | 2.36 | ... | 440 | 13950 | 5351 | 656 | 711 | 1588 | 4715 | 2149 | 15170 | 111146 |
| 1 | 2000 | 6009 | Counted | Manual count | Yorkshire and the Humber | Leeds | M621 | TM | 1.9 | 1.18 | ... | 291 | 8078 | 1293 | 272 | 287 | 628 | 1494 | 921 | 4895 | 65939 |
| 2 | 2000 | 6035 | Counted | Manual count | Yorkshire and the Humber | Doncaster | M18 | TM | 6.5 | 4.04 | ... | 129 | 5017 | 1952 | 257 | 239 | 745 | 3695 | 2000 | 8888 | 40229 |
| 3 | 2000 | 6054 | Counted | Manual count | Yorkshire and the Humber | Calderdale | M62 | TM | 6.0 | 3.73 | ... | 319 | 11241 | 3121 | 508 | 354 | 1786 | 5902 | 3438 | 15109 | 85759 |
| 4 | 2000 | 6055 | Counted | Manual count | Yorkshire and the Humber | Leeds | M62 | TM | 4.9 | 3.04 | ... | 282 | 11818 | 4030 | 624 | 423 | 1947 | 6669 | 3743 | 17436 | 98487 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 275380 | 2016 | 99736 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Derbyshire | A625 | PR | 0.5 | 0.31 | ... | 12 | 869 | 70 | 18 | 141 | 5 | 9 | 26 | 268 | 5358 |
| 275381 | 2016 | 99756 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Derbyshire | A50 | TR | 2.9 | 1.80 | ... | 80 | 9587 | 1236 | 285 | 342 | 339 | 2092 | 2161 | 6454 | 63447 |
| 275382 | 2016 | 99941 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Northamptonshire | A4500 | PR | 6.8 | 4.23 | ... | 46 | 1302 | 80 | 22 | 4 | 3 | 9 | 5 | 124 | 9281 |
| 275383 | 2016 | 99942 | Counted | Manual count | East Midlands | Rutland | A6003 | PR | 7.5 | 4.66 | ... | 21 | 1025 | 114 | 10 | 41 | 31 | 80 | 59 | 335 | 6602 |
| 275384 | 2016 | 99967 | Estimated | Estimated using previous year's AADF on this link | East Midlands | Leicester | A563 | PU | 2.1 | 1.30 | ... | 112 | 3933 | 730 | 142 | 175 | 66 | 277 | 253 | 1643 | 21470 |
275385 rows × 25 columns
df.dropna(axis=1, inplace = True)
df['RoadCategory'] = df['RoadCategory'].str.upper()
df['RoadCategory'].value_counts()
PU 134669 PR 87539 TR 29664 TM 16684 TU 6186 PM 643 Name: RoadCategory, dtype: int64
df
| Year | CP | Region | LocalAuthority | Road | RoadCategory | LinkLength_km | LinkLength_miles | Lat | Lon | ... | BusesCoaches | LightGoodsVehicles | V2AxleRigidHGV | V3AxleRigidHGV | V4or5AxleRigidHGV | V3or4AxleArticHGV | V5AxleArticHGV | V6orMoreAxleArticHGV | AllHGVs | AllMotorVehicles | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 2000 | 6007 | Yorkshire and the Humber | Rotherham | M1 | TM | 3.8 | 2.36 | 53.398531 | -1.309655 | ... | 440 | 13950 | 5351 | 656 | 711 | 1588 | 4715 | 2149 | 15170 | 111146 |
| 1 | 2000 | 6009 | Yorkshire and the Humber | Leeds | M621 | TM | 1.9 | 1.18 | 53.760869 | -1.513814 | ... | 291 | 8078 | 1293 | 272 | 287 | 628 | 1494 | 921 | 4895 | 65939 |
| 2 | 2000 | 6035 | Yorkshire and the Humber | Doncaster | M18 | TM | 6.5 | 4.04 | 53.563523 | -0.998970 | ... | 129 | 5017 | 1952 | 257 | 239 | 745 | 3695 | 2000 | 8888 | 40229 |
| 3 | 2000 | 6054 | Yorkshire and the Humber | Calderdale | M62 | TM | 6.0 | 3.73 | 53.645893 | -1.940967 | ... | 319 | 11241 | 3121 | 508 | 354 | 1786 | 5902 | 3438 | 15109 | 85759 |
| 4 | 2000 | 6055 | Yorkshire and the Humber | Leeds | M62 | TM | 4.9 | 3.04 | 53.731551 | -1.607374 | ... | 282 | 11818 | 4030 | 624 | 423 | 1947 | 6669 | 3743 | 17436 | 98487 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 275380 | 2016 | 99736 | East Midlands | Derbyshire | A625 | PR | 0.5 | 0.31 | 53.309068 | -1.599252 | ... | 12 | 869 | 70 | 18 | 141 | 5 | 9 | 26 | 268 | 5358 |
| 275381 | 2016 | 99756 | East Midlands | Derbyshire | A50 | TR | 2.9 | 1.80 | 52.866690 | -1.366373 | ... | 80 | 9587 | 1236 | 285 | 342 | 339 | 2092 | 2161 | 6454 | 63447 |
| 275382 | 2016 | 99941 | East Midlands | Northamptonshire | A4500 | PR | 6.8 | 4.23 | 52.270539 | -0.770410 | ... | 46 | 1302 | 80 | 22 | 4 | 3 | 9 | 5 | 124 | 9281 |
| 275383 | 2016 | 99942 | East Midlands | Rutland | A6003 | PR | 7.5 | 4.66 | 52.555003 | -0.727959 | ... | 21 | 1025 | 114 | 10 | 41 | 31 | 80 | 59 | 335 | 6602 |
| 275384 | 2016 | 99967 | East Midlands | Leicester | A563 | PU | 2.1 | 1.30 | 52.663461 | -1.093733 | ... | 112 | 3933 | 730 | 142 | 175 | 66 | 277 | 253 | 1643 | 21470 |
275385 rows × 23 columns
df.describe()
| Year | CP | LinkLength_km | LinkLength_miles | Lat | Lon | PedalCycles | Motorcycles | CarsTaxis | BusesCoaches | LightGoodsVehicles | V2AxleRigidHGV | V3AxleRigidHGV | V4or5AxleRigidHGV | V3or4AxleArticHGV | V5AxleArticHGV | V6orMoreAxleArticHGV | AllHGVs | AllMotorVehicles | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| count | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 | 275385.000000 |
| mean | 2007.967907 | 47277.490437 | 2.757116 | 1.712899 | 53.092936 | -1.654634 | 123.314654 | 222.099297 | 16813.332923 | 248.662175 | 2612.836197 | 489.379193 | 83.551450 | 88.924513 | 74.249433 | 247.927389 | 271.747354 | 1255.774163 | 21152.693542 |
| std | 4.862875 | 27004.889605 | 3.815569 | 2.371086 | 1.681459 | 1.478250 | 421.440798 | 420.874069 | 16618.266842 | 374.650774 | 2807.509355 | 683.713666 | 121.773472 | 142.005359 | 183.767833 | 752.311296 | 835.966781 | 2446.175298 | 21536.689989 |
| min | 2000.000000 | 60.000000 | 0.070000 | 0.040000 | 50.583853 | -7.442680 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
| 25% | 2004.000000 | 26218.000000 | 0.600000 | 0.370000 | 51.614977 | -2.711540 | 5.000000 | 58.000000 | 7125.000000 | 60.000000 | 1070.000000 | 148.000000 | 24.000000 | 15.000000 | 7.000000 | 9.000000 | 10.000000 | 252.000000 | 8941.000000 |
| 50% | 2008.000000 | 47252.000000 | 1.400000 | 0.870000 | 52.807705 | -1.549475 | 26.000000 | 113.000000 | 12255.000000 | 127.000000 | 1792.000000 | 273.000000 | 46.000000 | 41.000000 | 20.000000 | 34.000000 | 37.000000 | 489.000000 | 15143.000000 |
| 75% | 2012.000000 | 74392.000000 | 3.200000 | 1.990000 | 53.760638 | -0.389834 | 83.000000 | 214.000000 | 19951.000000 | 280.000000 | 2978.000000 | 517.000000 | 91.000000 | 100.000000 | 56.000000 | 125.000000 | 137.000000 | 1041.000000 | 24660.000000 |
| max | 2016.000000 | 99967.000000 | 55.500000 | 34.490000 | 60.727231 | 1.754553 | 18629.000000 | 9815.000000 | 207133.000000 | 11359.000000 | 38449.000000 | 10942.000000 | 5968.000000 | 3684.000000 | 3949.000000 | 11034.000000 | 13758.000000 | 27095.000000 | 262842.000000 |
In this part of the project we had to find out the frequency of accidents that happen in a region and in an year. We used the apriori algorithm that we had learnt in class and we used the efficient_apriori library since we found it to be the most efficient during our assignment.
from efficient_apriori import apriori
from fpgrowth_py import fpgrowth
from timeit import timeit
First the relevant features were seperated from the rest of the dataset.
region_year_df = df[['Region', 'Year', 'AllMotorVehicles']]
region_year_df
| Region | Year | AllMotorVehicles | |
|---|---|---|---|
| 0 | Yorkshire and the Humber | 2000 | 111146 |
| 1 | Yorkshire and the Humber | 2000 | 65939 |
| 2 | Yorkshire and the Humber | 2000 | 40229 |
| 3 | Yorkshire and the Humber | 2000 | 85759 |
| 4 | Yorkshire and the Humber | 2000 | 98487 |
| ... | ... | ... | ... |
| 275380 | East Midlands | 2016 | 5358 |
| 275381 | East Midlands | 2016 | 63447 |
| 275382 | East Midlands | 2016 | 9281 |
| 275383 | East Midlands | 2016 | 6602 |
| 275384 | East Midlands | 2016 | 21470 |
275385 rows × 3 columns
The apriori library takes a list of tuples so we needed to change our dataset accordingly. First we made tuples of the region and year and multiplied the tuples by the number of accidents that correspond to that row, so that we have as many objects of the tuple as in our dataset to the frequent pattern mining.
Since the number of accidents were significant we could not have as many objects as number of accidents since our machine would run out of memory. As an alternative we normalised them by dividing them by 100. So throughout the next few parts the number of accidents are in hundreds.
region_year_tuples = [[tuple([x[0], str(x[1])])]*ceil(x[2]/100) for x in region_year_df.to_numpy()]
region_year_tuples = list(chain.from_iterable(region_year_tuples))
len(region_year_tuples)
58387699
We run apriori with a low min_support since increasing it will result in low values being returned.
Total number of tuples = 116775398 (in hundreds)
Min_support = 0.001
Threshold = 0.001*116775398 = 116776 (in hundreds)
So our threshold is 116776, any pattern that appears more than this threshold will be carried forward. We have used a low min_support so that we have sufficient number of tuples to see the trends.
itemsets, _ = apriori(region_year_tuples, min_support=0.001, min_confidence=1)
These are the frequent patterns that are present in our dataset
two_freq_itemsets = itemsets[2]
two_freq_itemsets
{('2000', 'East Midlands'): 248566,
('2000', 'East of England'): 307646,
('2000', 'London'): 548396,
('2000', 'Merseyside'): 84136,
('2000', 'North East'): 147643,
('2000', 'North West'): 399446,
('2000', 'Scotland'): 263139,
('2000', 'South East'): 568569,
('2000', 'Wales'): 147963,
('2000', 'West Midlands'): 337350,
('2000', 'Yorkshire and the Humber'): 283908,
('2001', 'East Midlands'): 251344,
('2001', 'East of England'): 313027,
('2001', 'London'): 547668,
('2001', 'Merseyside'): 83109,
('2001', 'North East'): 152114,
('2001', 'North West'): 410424,
('2001', 'Scotland'): 266771,
('2001', 'South East'): 578633,
('2001', 'Wales'): 151437,
('2001', 'West Midlands'): 341240,
('2001', 'Yorkshire and the Humber'): 288869,
('2002', 'East Midlands'): 255978,
('2002', 'East of England'): 318288,
('2002', 'London'): 535282,
('2002', 'Merseyside'): 85461,
('2002', 'North East'): 155543,
('2002', 'North West'): 415922,
('2002', 'Scotland'): 273184,
('2002', 'South East'): 585613,
('2002', 'Wales'): 155832,
('2002', 'West Midlands'): 345433,
('2002', 'Yorkshire and the Humber'): 293169,
('2003', 'East Midlands'): 258243,
('2003', 'East of England'): 318586,
('2003', 'London'): 532403,
('2003', 'Merseyside'): 84893,
('2003', 'North East'): 156178,
('2003', 'North West'): 419482,
('2003', 'Scotland'): 276555,
('2003', 'South East'): 585714,
('2003', 'Wales'): 159065,
('2003', 'West Midlands'): 345599,
('2003', 'Yorkshire and the Humber'): 294529,
('2004', 'East Midlands'): 264492,
('2004', 'East of England'): 323177,
('2004', 'London'): 526483,
('2004', 'Merseyside'): 86546,
('2004', 'North East'): 160915,
('2004', 'North West'): 431778,
('2004', 'Scotland'): 282364,
('2004', 'South East'): 592892,
('2004', 'Wales'): 164294,
('2004', 'West Midlands'): 353924,
('2004', 'Yorkshire and the Humber'): 302080,
('2005', 'East Midlands'): 266013,
('2005', 'East of England'): 323129,
('2005', 'London'): 524646,
('2005', 'Merseyside'): 87290,
('2005', 'North East'): 161557,
('2005', 'North West'): 425122,
('2005', 'Scotland'): 284411,
('2005', 'South East'): 589614,
('2005', 'Wales'): 163529,
('2005', 'West Midlands'): 355025,
('2005', 'Yorkshire and the Humber'): 301687,
('2006', 'East Midlands'): 270562,
('2006', 'East of England'): 326116,
('2006', 'London'): 538673,
('2006', 'Merseyside'): 87871,
('2006', 'North East'): 163231,
('2006', 'North West'): 430832,
('2006', 'Scotland'): 293957,
('2006', 'South East'): 595615,
('2006', 'Wales'): 167772,
('2006', 'West Midlands'): 356881,
('2006', 'Yorkshire and the Humber'): 307800,
('2007', 'East Midlands'): 268872,
('2007', 'East of England'): 324985,
('2007', 'London'): 528495,
('2007', 'Merseyside'): 87170,
('2007', 'North East'): 164738,
('2007', 'North West'): 429803,
('2007', 'Scotland'): 293306,
('2007', 'South East'): 592244,
('2007', 'Wales'): 169007,
('2007', 'West Midlands'): 357741,
('2007', 'Yorkshire and the Humber'): 307512,
('2008', 'East Midlands'): 265865,
('2008', 'East of England'): 322170,
('2008', 'London'): 511033,
('2008', 'Merseyside'): 87023,
('2008', 'North East'): 162098,
('2008', 'North West'): 426678,
('2008', 'Scotland'): 289560,
('2008', 'South East'): 578435,
('2008', 'Wales'): 166990,
('2008', 'West Midlands'): 352799,
('2008', 'Yorkshire and the Humber'): 302304,
('2009', 'East Midlands'): 266305,
('2009', 'East of England'): 324726,
('2009', 'London'): 507828,
('2009', 'Merseyside'): 86889,
('2009', 'North East'): 162066,
('2009', 'North West'): 435894,
('2009', 'Scotland'): 293835,
('2009', 'South East'): 578105,
('2009', 'Wales'): 165686,
('2009', 'West Midlands'): 353556,
('2009', 'Yorkshire and the Humber'): 300350,
('2010', 'East Midlands'): 264587,
('2010', 'East of England'): 318604,
('2010', 'London'): 506697,
('2010', 'Merseyside'): 85434,
('2010', 'North East'): 160739,
('2010', 'North West'): 427719,
('2010', 'Scotland'): 290187,
('2010', 'South East'): 571419,
('2010', 'Wales'): 162691,
('2010', 'West Midlands'): 350099,
('2010', 'Yorkshire and the Humber'): 297744,
('2011', 'East Midlands'): 263188,
('2011', 'East of England'): 323695,
('2011', 'London'): 487944,
('2011', 'Merseyside'): 87065,
('2011', 'North East'): 161819,
('2011', 'North West'): 431280,
('2011', 'Scotland'): 289914,
('2011', 'South East'): 579895,
('2011', 'Wales'): 163295,
('2011', 'West Midlands'): 358232,
('2011', 'Yorkshire and the Humber'): 296161,
('2012', 'East Midlands'): 264093,
('2012', 'East of England'): 325504,
('2012', 'London'): 474443,
('2012', 'Merseyside'): 85462,
('2012', 'North East'): 162367,
('2012', 'North West'): 428720,
('2012', 'Scotland'): 306812,
('2012', 'South East'): 579801,
('2012', 'Wales'): 162786,
('2012', 'West Midlands'): 356198,
('2012', 'Yorkshire and the Humber'): 292614,
('2013', 'East Midlands'): 263143,
('2013', 'East of England'): 329073,
('2013', 'London'): 475257,
('2013', 'Merseyside'): 85796,
('2013', 'North East'): 162939,
('2013', 'North West'): 426441,
('2013', 'Scotland'): 310648,
('2013', 'South East'): 575627,
('2013', 'Wales'): 163678,
('2013', 'West Midlands'): 355035,
('2013', 'Yorkshire and the Humber'): 294464,
('2014', 'East Midlands'): 268215,
('2014', 'East of England'): 338655,
('2014', 'London'): 479657,
('2014', 'Merseyside'): 87339,
('2014', 'North East'): 166104,
('2014', 'North West'): 433970,
('2014', 'Scotland'): 312376,
('2014', 'South East'): 583600,
('2014', 'Wales'): 169861,
('2014', 'West Midlands'): 368953,
('2014', 'Yorkshire and the Humber'): 301222,
('2015', 'East Midlands'): 273412,
('2015', 'East of England'): 349066,
('2015', 'London'): 478973,
('2015', 'Merseyside'): 89017,
('2015', 'North East'): 167638,
('2015', 'North West'): 438005,
('2015', 'Scotland'): 314396,
('2015', 'South East'): 599525,
('2015', 'Wales'): 174286,
('2015', 'West Midlands'): 374586,
('2015', 'Yorkshire and the Humber'): 306963,
('2016', 'East Midlands'): 278300,
('2016', 'East of England'): 356425,
('2016', 'London'): 480331,
('2016', 'Merseyside'): 89379,
('2016', 'North East'): 170003,
('2016', 'North West'): 440559,
('2016', 'Scotland'): 320186,
('2016', 'Wales'): 176889,
('2016', 'West Midlands'): 381622,
('2016', 'Yorkshire and the Humber'): 312181}
The following cells are to process the data before plotting them
sorted_two_freq_itemsets = dict(sorted(two_freq_itemsets.items(), key=lambda item: item[1]))
sorted_two_freq_itemsets
{('2001', 'Merseyside'): 83109,
('2000', 'Merseyside'): 84136,
('2003', 'Merseyside'): 84893,
('2010', 'Merseyside'): 85434,
('2002', 'Merseyside'): 85461,
('2012', 'Merseyside'): 85462,
('2013', 'Merseyside'): 85796,
('2004', 'Merseyside'): 86546,
('2009', 'Merseyside'): 86889,
('2008', 'Merseyside'): 87023,
('2011', 'Merseyside'): 87065,
('2007', 'Merseyside'): 87170,
('2005', 'Merseyside'): 87290,
('2014', 'Merseyside'): 87339,
('2006', 'Merseyside'): 87871,
('2015', 'Merseyside'): 89017,
('2016', 'Merseyside'): 89379,
('2000', 'North East'): 147643,
('2000', 'Wales'): 147963,
('2001', 'Wales'): 151437,
('2001', 'North East'): 152114,
('2002', 'North East'): 155543,
('2002', 'Wales'): 155832,
('2003', 'North East'): 156178,
('2003', 'Wales'): 159065,
('2010', 'North East'): 160739,
('2004', 'North East'): 160915,
('2005', 'North East'): 161557,
('2011', 'North East'): 161819,
('2009', 'North East'): 162066,
('2008', 'North East'): 162098,
('2012', 'North East'): 162367,
('2010', 'Wales'): 162691,
('2012', 'Wales'): 162786,
('2013', 'North East'): 162939,
('2006', 'North East'): 163231,
('2011', 'Wales'): 163295,
('2005', 'Wales'): 163529,
('2013', 'Wales'): 163678,
('2004', 'Wales'): 164294,
('2007', 'North East'): 164738,
('2009', 'Wales'): 165686,
('2014', 'North East'): 166104,
('2008', 'Wales'): 166990,
('2015', 'North East'): 167638,
('2006', 'Wales'): 167772,
('2007', 'Wales'): 169007,
('2014', 'Wales'): 169861,
('2016', 'North East'): 170003,
('2015', 'Wales'): 174286,
('2016', 'Wales'): 176889,
('2000', 'East Midlands'): 248566,
('2001', 'East Midlands'): 251344,
('2002', 'East Midlands'): 255978,
('2003', 'East Midlands'): 258243,
('2000', 'Scotland'): 263139,
('2013', 'East Midlands'): 263143,
('2011', 'East Midlands'): 263188,
('2012', 'East Midlands'): 264093,
('2004', 'East Midlands'): 264492,
('2010', 'East Midlands'): 264587,
('2008', 'East Midlands'): 265865,
('2005', 'East Midlands'): 266013,
('2009', 'East Midlands'): 266305,
('2001', 'Scotland'): 266771,
('2014', 'East Midlands'): 268215,
('2007', 'East Midlands'): 268872,
('2006', 'East Midlands'): 270562,
('2002', 'Scotland'): 273184,
('2015', 'East Midlands'): 273412,
('2003', 'Scotland'): 276555,
('2016', 'East Midlands'): 278300,
('2004', 'Scotland'): 282364,
('2000', 'Yorkshire and the Humber'): 283908,
('2005', 'Scotland'): 284411,
('2001', 'Yorkshire and the Humber'): 288869,
('2008', 'Scotland'): 289560,
('2011', 'Scotland'): 289914,
('2010', 'Scotland'): 290187,
('2012', 'Yorkshire and the Humber'): 292614,
('2002', 'Yorkshire and the Humber'): 293169,
('2007', 'Scotland'): 293306,
('2009', 'Scotland'): 293835,
('2006', 'Scotland'): 293957,
('2013', 'Yorkshire and the Humber'): 294464,
('2003', 'Yorkshire and the Humber'): 294529,
('2011', 'Yorkshire and the Humber'): 296161,
('2010', 'Yorkshire and the Humber'): 297744,
('2009', 'Yorkshire and the Humber'): 300350,
('2014', 'Yorkshire and the Humber'): 301222,
('2005', 'Yorkshire and the Humber'): 301687,
('2004', 'Yorkshire and the Humber'): 302080,
('2008', 'Yorkshire and the Humber'): 302304,
('2012', 'Scotland'): 306812,
('2015', 'Yorkshire and the Humber'): 306963,
('2007', 'Yorkshire and the Humber'): 307512,
('2000', 'East of England'): 307646,
('2006', 'Yorkshire and the Humber'): 307800,
('2013', 'Scotland'): 310648,
('2016', 'Yorkshire and the Humber'): 312181,
('2014', 'Scotland'): 312376,
('2001', 'East of England'): 313027,
('2015', 'Scotland'): 314396,
('2002', 'East of England'): 318288,
('2003', 'East of England'): 318586,
('2010', 'East of England'): 318604,
('2016', 'Scotland'): 320186,
('2008', 'East of England'): 322170,
('2005', 'East of England'): 323129,
('2004', 'East of England'): 323177,
('2011', 'East of England'): 323695,
('2009', 'East of England'): 324726,
('2007', 'East of England'): 324985,
('2012', 'East of England'): 325504,
('2006', 'East of England'): 326116,
('2013', 'East of England'): 329073,
('2000', 'West Midlands'): 337350,
('2014', 'East of England'): 338655,
('2001', 'West Midlands'): 341240,
('2002', 'West Midlands'): 345433,
('2003', 'West Midlands'): 345599,
('2015', 'East of England'): 349066,
('2010', 'West Midlands'): 350099,
('2008', 'West Midlands'): 352799,
('2009', 'West Midlands'): 353556,
('2004', 'West Midlands'): 353924,
('2005', 'West Midlands'): 355025,
('2013', 'West Midlands'): 355035,
('2012', 'West Midlands'): 356198,
('2016', 'East of England'): 356425,
('2006', 'West Midlands'): 356881,
('2007', 'West Midlands'): 357741,
('2011', 'West Midlands'): 358232,
('2014', 'West Midlands'): 368953,
('2015', 'West Midlands'): 374586,
('2016', 'West Midlands'): 381622,
('2000', 'North West'): 399446,
('2001', 'North West'): 410424,
('2002', 'North West'): 415922,
('2003', 'North West'): 419482,
('2005', 'North West'): 425122,
('2013', 'North West'): 426441,
('2008', 'North West'): 426678,
('2010', 'North West'): 427719,
('2012', 'North West'): 428720,
('2007', 'North West'): 429803,
('2006', 'North West'): 430832,
('2011', 'North West'): 431280,
('2004', 'North West'): 431778,
('2014', 'North West'): 433970,
('2009', 'North West'): 435894,
('2015', 'North West'): 438005,
('2016', 'North West'): 440559,
('2012', 'London'): 474443,
('2013', 'London'): 475257,
('2015', 'London'): 478973,
('2014', 'London'): 479657,
('2016', 'London'): 480331,
('2011', 'London'): 487944,
('2010', 'London'): 506697,
('2009', 'London'): 507828,
('2008', 'London'): 511033,
('2005', 'London'): 524646,
('2004', 'London'): 526483,
('2007', 'London'): 528495,
('2003', 'London'): 532403,
('2002', 'London'): 535282,
('2006', 'London'): 538673,
('2001', 'London'): 547668,
('2000', 'London'): 548396,
('2000', 'South East'): 568569,
('2010', 'South East'): 571419,
('2013', 'South East'): 575627,
('2009', 'South East'): 578105,
('2008', 'South East'): 578435,
('2001', 'South East'): 578633,
('2012', 'South East'): 579801,
('2011', 'South East'): 579895,
('2014', 'South East'): 583600,
('2002', 'South East'): 585613,
('2003', 'South East'): 585714,
('2005', 'South East'): 589614,
('2007', 'South East'): 592244,
('2004', 'South East'): 592892,
('2006', 'South East'): 595615,
('2015', 'South East'): 599525}
two_freq_tuples = [k+(str(v),) for k, v in sorted_two_freq_itemsets.items()]
two_freq_tuples
[('2001', 'Merseyside', '83109'),
('2000', 'Merseyside', '84136'),
('2003', 'Merseyside', '84893'),
('2010', 'Merseyside', '85434'),
('2002', 'Merseyside', '85461'),
('2012', 'Merseyside', '85462'),
('2013', 'Merseyside', '85796'),
('2004', 'Merseyside', '86546'),
('2009', 'Merseyside', '86889'),
('2008', 'Merseyside', '87023'),
('2011', 'Merseyside', '87065'),
('2007', 'Merseyside', '87170'),
('2005', 'Merseyside', '87290'),
('2014', 'Merseyside', '87339'),
('2006', 'Merseyside', '87871'),
('2015', 'Merseyside', '89017'),
('2016', 'Merseyside', '89379'),
('2000', 'North East', '147643'),
('2000', 'Wales', '147963'),
('2001', 'Wales', '151437'),
('2001', 'North East', '152114'),
('2002', 'North East', '155543'),
('2002', 'Wales', '155832'),
('2003', 'North East', '156178'),
('2003', 'Wales', '159065'),
('2010', 'North East', '160739'),
('2004', 'North East', '160915'),
('2005', 'North East', '161557'),
('2011', 'North East', '161819'),
('2009', 'North East', '162066'),
('2008', 'North East', '162098'),
('2012', 'North East', '162367'),
('2010', 'Wales', '162691'),
('2012', 'Wales', '162786'),
('2013', 'North East', '162939'),
('2006', 'North East', '163231'),
('2011', 'Wales', '163295'),
('2005', 'Wales', '163529'),
('2013', 'Wales', '163678'),
('2004', 'Wales', '164294'),
('2007', 'North East', '164738'),
('2009', 'Wales', '165686'),
('2014', 'North East', '166104'),
('2008', 'Wales', '166990'),
('2015', 'North East', '167638'),
('2006', 'Wales', '167772'),
('2007', 'Wales', '169007'),
('2014', 'Wales', '169861'),
('2016', 'North East', '170003'),
('2015', 'Wales', '174286'),
('2016', 'Wales', '176889'),
('2000', 'East Midlands', '248566'),
('2001', 'East Midlands', '251344'),
('2002', 'East Midlands', '255978'),
('2003', 'East Midlands', '258243'),
('2000', 'Scotland', '263139'),
('2013', 'East Midlands', '263143'),
('2011', 'East Midlands', '263188'),
('2012', 'East Midlands', '264093'),
('2004', 'East Midlands', '264492'),
('2010', 'East Midlands', '264587'),
('2008', 'East Midlands', '265865'),
('2005', 'East Midlands', '266013'),
('2009', 'East Midlands', '266305'),
('2001', 'Scotland', '266771'),
('2014', 'East Midlands', '268215'),
('2007', 'East Midlands', '268872'),
('2006', 'East Midlands', '270562'),
('2002', 'Scotland', '273184'),
('2015', 'East Midlands', '273412'),
('2003', 'Scotland', '276555'),
('2016', 'East Midlands', '278300'),
('2004', 'Scotland', '282364'),
('2000', 'Yorkshire and the Humber', '283908'),
('2005', 'Scotland', '284411'),
('2001', 'Yorkshire and the Humber', '288869'),
('2008', 'Scotland', '289560'),
('2011', 'Scotland', '289914'),
('2010', 'Scotland', '290187'),
('2012', 'Yorkshire and the Humber', '292614'),
('2002', 'Yorkshire and the Humber', '293169'),
('2007', 'Scotland', '293306'),
('2009', 'Scotland', '293835'),
('2006', 'Scotland', '293957'),
('2013', 'Yorkshire and the Humber', '294464'),
('2003', 'Yorkshire and the Humber', '294529'),
('2011', 'Yorkshire and the Humber', '296161'),
('2010', 'Yorkshire and the Humber', '297744'),
('2009', 'Yorkshire and the Humber', '300350'),
('2014', 'Yorkshire and the Humber', '301222'),
('2005', 'Yorkshire and the Humber', '301687'),
('2004', 'Yorkshire and the Humber', '302080'),
('2008', 'Yorkshire and the Humber', '302304'),
('2012', 'Scotland', '306812'),
('2015', 'Yorkshire and the Humber', '306963'),
('2007', 'Yorkshire and the Humber', '307512'),
('2000', 'East of England', '307646'),
('2006', 'Yorkshire and the Humber', '307800'),
('2013', 'Scotland', '310648'),
('2016', 'Yorkshire and the Humber', '312181'),
('2014', 'Scotland', '312376'),
('2001', 'East of England', '313027'),
('2015', 'Scotland', '314396'),
('2002', 'East of England', '318288'),
('2003', 'East of England', '318586'),
('2010', 'East of England', '318604'),
('2016', 'Scotland', '320186'),
('2008', 'East of England', '322170'),
('2005', 'East of England', '323129'),
('2004', 'East of England', '323177'),
('2011', 'East of England', '323695'),
('2009', 'East of England', '324726'),
('2007', 'East of England', '324985'),
('2012', 'East of England', '325504'),
('2006', 'East of England', '326116'),
('2013', 'East of England', '329073'),
('2000', 'West Midlands', '337350'),
('2014', 'East of England', '338655'),
('2001', 'West Midlands', '341240'),
('2002', 'West Midlands', '345433'),
('2003', 'West Midlands', '345599'),
('2015', 'East of England', '349066'),
('2010', 'West Midlands', '350099'),
('2008', 'West Midlands', '352799'),
('2009', 'West Midlands', '353556'),
('2004', 'West Midlands', '353924'),
('2005', 'West Midlands', '355025'),
('2013', 'West Midlands', '355035'),
('2012', 'West Midlands', '356198'),
('2016', 'East of England', '356425'),
('2006', 'West Midlands', '356881'),
('2007', 'West Midlands', '357741'),
('2011', 'West Midlands', '358232'),
('2014', 'West Midlands', '368953'),
('2015', 'West Midlands', '374586'),
('2016', 'West Midlands', '381622'),
('2000', 'North West', '399446'),
('2001', 'North West', '410424'),
('2002', 'North West', '415922'),
('2003', 'North West', '419482'),
('2005', 'North West', '425122'),
('2013', 'North West', '426441'),
('2008', 'North West', '426678'),
('2010', 'North West', '427719'),
('2012', 'North West', '428720'),
('2007', 'North West', '429803'),
('2006', 'North West', '430832'),
('2011', 'North West', '431280'),
('2004', 'North West', '431778'),
('2014', 'North West', '433970'),
('2009', 'North West', '435894'),
('2015', 'North West', '438005'),
('2016', 'North West', '440559'),
('2012', 'London', '474443'),
('2013', 'London', '475257'),
('2015', 'London', '478973'),
('2014', 'London', '479657'),
('2016', 'London', '480331'),
('2011', 'London', '487944'),
('2010', 'London', '506697'),
('2009', 'London', '507828'),
('2008', 'London', '511033'),
('2005', 'London', '524646'),
('2004', 'London', '526483'),
('2007', 'London', '528495'),
('2003', 'London', '532403'),
('2002', 'London', '535282'),
('2006', 'London', '538673'),
('2001', 'London', '547668'),
('2000', 'London', '548396'),
('2000', 'South East', '568569'),
('2010', 'South East', '571419'),
('2013', 'South East', '575627'),
('2009', 'South East', '578105'),
('2008', 'South East', '578435'),
('2001', 'South East', '578633'),
('2012', 'South East', '579801'),
('2011', 'South East', '579895'),
('2014', 'South East', '583600'),
('2002', 'South East', '585613'),
('2003', 'South East', '585714'),
('2005', 'South East', '589614'),
('2007', 'South East', '592244'),
('2004', 'South East', '592892'),
('2006', 'South East', '595615'),
('2015', 'South East', '599525')]
two_freq_df = pd.DataFrame(two_freq_tuples, columns=['Year', 'Region', 'Support'])
two_freq_df
| Year | Region | Support | |
|---|---|---|---|
| 0 | 2001 | Merseyside | 83109 |
| 1 | 2000 | Merseyside | 84136 |
| 2 | 2003 | Merseyside | 84893 |
| 3 | 2010 | Merseyside | 85434 |
| 4 | 2002 | Merseyside | 85461 |
| ... | ... | ... | ... |
| 181 | 2005 | South East | 589614 |
| 182 | 2007 | South East | 592244 |
| 183 | 2004 | South East | 592892 |
| 184 | 2006 | South East | 595615 |
| 185 | 2015 | South East | 599525 |
186 rows × 3 columns
two_freq_df["Support"] = pd.to_numeric(two_freq_df["Support"])
two_freq_df["Year"] = pd.to_numeric(two_freq_df["Year"])
two_freq_df.dtypes
Year int64 Region object Support int64 dtype: object
The graph below shows the trends of accidents throughout the years in a specific region. This graph gives insights to where accidesnts have been increasing and decreasing.
These insights can be crucial in finding what the cause of the accidents are and how to decrease them.
fig, ax = plt.subplots(figsize = (22,8))
sns.barplot(x="Region", y="Support", hue="Year", data=two_freq_df, ax=ax)
ax.set_ylabel("Support (*100)", fontsize = 16)
ax.set_xlabel("Region", fontsize = 16)
ax.set_title("Frequent Pattern Analysis", fontsize = 20)
Text(0.5, 1.0, 'Frequent Pattern Analysis')
We also did frequent pattern mining for all different types of vehicles and their respective number of accidents.
For this we needed to make tuples of Year, Region and type of Vehicles. Once again we would run out of memory so we had to divide the count of tuples by a 100 so that we could run apriori on it.
df
| Year | CP | Region | LocalAuthority | Road | RoadCategory | LinkLength_km | LinkLength_miles | Lat | Lon | ... | BusesCoaches | LightGoodsVehicles | V2AxleRigidHGV | V3AxleRigidHGV | V4or5AxleRigidHGV | V3or4AxleArticHGV | V5AxleArticHGV | V6orMoreAxleArticHGV | AllHGVs | AllMotorVehicles | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 2000 | 6007 | Yorkshire and the Humber | Rotherham | M1 | TM | 3.8 | 2.36 | 53.398531 | -1.309655 | ... | 440 | 13950 | 5351 | 656 | 711 | 1588 | 4715 | 2149 | 15170 | 111146 |
| 1 | 2000 | 6009 | Yorkshire and the Humber | Leeds | M621 | TM | 1.9 | 1.18 | 53.760869 | -1.513814 | ... | 291 | 8078 | 1293 | 272 | 287 | 628 | 1494 | 921 | 4895 | 65939 |
| 2 | 2000 | 6035 | Yorkshire and the Humber | Doncaster | M18 | TM | 6.5 | 4.04 | 53.563523 | -0.998970 | ... | 129 | 5017 | 1952 | 257 | 239 | 745 | 3695 | 2000 | 8888 | 40229 |
| 3 | 2000 | 6054 | Yorkshire and the Humber | Calderdale | M62 | TM | 6.0 | 3.73 | 53.645893 | -1.940967 | ... | 319 | 11241 | 3121 | 508 | 354 | 1786 | 5902 | 3438 | 15109 | 85759 |
| 4 | 2000 | 6055 | Yorkshire and the Humber | Leeds | M62 | TM | 4.9 | 3.04 | 53.731551 | -1.607374 | ... | 282 | 11818 | 4030 | 624 | 423 | 1947 | 6669 | 3743 | 17436 | 98487 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 275380 | 2016 | 99736 | East Midlands | Derbyshire | A625 | PR | 0.5 | 0.31 | 53.309068 | -1.599252 | ... | 12 | 869 | 70 | 18 | 141 | 5 | 9 | 26 | 268 | 5358 |
| 275381 | 2016 | 99756 | East Midlands | Derbyshire | A50 | TR | 2.9 | 1.80 | 52.866690 | -1.366373 | ... | 80 | 9587 | 1236 | 285 | 342 | 339 | 2092 | 2161 | 6454 | 63447 |
| 275382 | 2016 | 99941 | East Midlands | Northamptonshire | A4500 | PR | 6.8 | 4.23 | 52.270539 | -0.770410 | ... | 46 | 1302 | 80 | 22 | 4 | 3 | 9 | 5 | 124 | 9281 |
| 275383 | 2016 | 99942 | East Midlands | Rutland | A6003 | PR | 7.5 | 4.66 | 52.555003 | -0.727959 | ... | 21 | 1025 | 114 | 10 | 41 | 31 | 80 | 59 | 335 | 6602 |
| 275384 | 2016 | 99967 | East Midlands | Leicester | A563 | PU | 2.1 | 1.30 | 52.663461 | -1.093733 | ... | 112 | 3933 | 730 | 142 | 175 | 66 | 277 | 253 | 1643 | 21470 |
275385 rows × 23 columns
df.columns
Index(['Year', 'CP', 'Region', 'LocalAuthority', 'Road', 'RoadCategory',
'LinkLength_km', 'LinkLength_miles', 'Lat', 'Lon', 'PedalCycles',
'Motorcycles', 'CarsTaxis', 'BusesCoaches', 'LightGoodsVehicles',
'V2AxleRigidHGV', 'V3AxleRigidHGV', 'V4or5AxleRigidHGV',
'V3or4AxleArticHGV', 'V5AxleArticHGV', 'V6orMoreAxleArticHGV',
'AllHGVs', 'AllMotorVehicles'],
dtype='object')
req_cols = ['Year', 'Region', 'PedalCycles', 'Motorcycles', 'CarsTaxis', 'BusesCoaches', 'LightGoodsVehicles','AllHGVs']
my_tuples = []
for row_index in range(df.shape[0]):
row = df.iloc[row_index]
for car_type in req_cols[2:]:
curr_tuple_list = [tuple([str(row[req_cols[0]]), row[req_cols[1]], car_type])]*ceil(float(row[car_type])/100)
my_tuples.append(curr_tuple_list)
my_tuples
[[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles'),
('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles'),
('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
[('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles'),
('2000', 'Yorkshire and the Humber', 'LightGoodsVehicles')],
[('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs'),
('2000', 'Yorkshire and the Humber', 'AllHGVs')],
[('2000', 'Yorkshire and the Humber', 'PedalCycles')],
[('2000', 'Yorkshire and the Humber', 'Motorcycles')],
[('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis'),
('2000', 'Yorkshire and the Humber', 'CarsTaxis')],
[('2000', 'Yorkshire and the Humber', 'BusesCoaches'),
('2000', 'Yorkshire and the Humber', 'BusesCoaches')],
...]
region_year_cartype_tuples = list(chain.from_iterable(my_tuples))
itemsets, _ = apriori(region_year_cartype_tuples, min_support=0.001, min_confidence=1)
itemsets
{1: {('2000',): 3394105,
('Yorkshire and the Humber',): 5159430,
('Motorcycles',): 752794,
('CarsTaxis',): 46437715,
('BusesCoaches',): 827416,
('LightGoodsVehicles',): 7331665,
('AllHGVs',): 3594903,
('PedalCycles',): 499841,
('2001',): 3442726,
('2002',): 3477527,
('2003',): 3490901,
('2004',): 3547747,
('2005',): 3542764,
('2006',): 3604305,
('2007',): 3585620,
('2008',): 3528021,
('2009',): 3538958,
('2010',): 3500308,
('2011',): 3507124,
('2012',): 3503115,
('2013',): 3506010,
('2014',): 3575430,
('2015',): 3631918,
('2016',): 3067755,
('West Midlands',): 6128428,
('Wales',): 2841937,
('Scotland',): 5077550,
('South East',): 9461967,
('North West',): 7351593,
('North East',): 2777543,
('London',): 8960890,
('Merseyside',): 1493741,
('East of England',): 5627415,
('East Midlands',): 4563840},
2: {('2000', 'AllHGVs'): 217235,
('2000', 'CarsTaxis'): 2695786,
('2000', 'East Midlands'): 252846,
('2000', 'East of England'): 312632,
('2000', 'LightGoodsVehicles'): 361513,
('2000', 'London'): 559595,
('2000', 'Merseyside'): 85540,
('2000', 'North East'): 149958,
('2000', 'North West'): 405255,
('2000', 'Scotland'): 269878,
('2000', 'South East'): 576383,
('2000', 'Wales'): 151315,
('2000', 'West Midlands'): 342282,
('2000', 'Yorkshire and the Humber'): 288421,
('2001', 'AllHGVs'): 215506,
('2001', 'CarsTaxis'): 2735256,
('2001', 'East Midlands'): 255608,
('2001', 'East of England'): 318021,
('2001', 'LightGoodsVehicles'): 369589,
('2001', 'London'): 559565,
('2001', 'Merseyside'): 84467,
('2001', 'North East'): 154402,
('2001', 'North West'): 416286,
('2001', 'Scotland'): 273457,
('2001', 'South East'): 586457,
('2001', 'Wales'): 154809,
('2001', 'West Midlands'): 346264,
('2001', 'Yorkshire and the Humber'): 293390,
('2002', 'AllHGVs'): 215984,
('2002', 'CarsTaxis'): 2766721,
('2002', 'East Midlands'): 260229,
('2002', 'East of England'): 323270,
('2002', 'LightGoodsVehicles'): 373125,
('2002', 'London'): 547160,
('2002', 'Merseyside'): 86856,
('2002', 'North East'): 157791,
('2002', 'North West'): 421746,
('2002', 'Scotland'): 279819,
('2002', 'South East'): 593399,
('2002', 'Wales'): 159194,
('2002', 'West Midlands'): 350370,
('2002', 'Yorkshire and the Humber'): 297693,
('2003', 'AllHGVs'): 216434,
('2003', 'CarsTaxis'): 2753125,
('2003', 'East Midlands'): 262489,
('2003', 'East of England'): 323611,
('2003', 'LightGoodsVehicles'): 393617,
('2003', 'London'): 546015,
('2003', 'Merseyside'): 86284,
('2003', 'North East'): 158476,
('2003', 'North West'): 425307,
('2003', 'Scotland'): 283153,
('2003', 'South East'): 593619,
('2003', 'Wales'): 162412,
('2003', 'West Midlands'): 350484,
('2003', 'Yorkshire and the Humber'): 299051,
('2004', 'AllHGVs'): 225686,
('2004', 'CarsTaxis'): 2793864,
('2004', 'East Midlands'): 268671,
('2004', 'East of England'): 328023,
('2004', 'LightGoodsVehicles'): 406827,
('2004', 'London'): 540301,
('2004', 'Merseyside'): 87921,
('2004', 'North East'): 163184,
('2004', 'North West'): 437418,
('2004', 'Scotland'): 288932,
('2004', 'South East'): 600529,
('2004', 'Wales'): 167588,
('2004', 'West Midlands'): 358728,
('2004', 'Yorkshire and the Humber'): 306452,
('2005', 'AllHGVs'): 223843,
('2005', 'CarsTaxis'): 2777412,
('2005', 'East Midlands'): 270167,
('2005', 'East of England'): 327926,
('2005', 'LightGoodsVehicles'): 418906,
('2005', 'London'): 540731,
('2005', 'Merseyside'): 88626,
('2005', 'North East'): 163837,
('2005', 'North West'): 430627,
('2005', 'Scotland'): 291070,
('2005', 'South East'): 597132,
('2005', 'Wales'): 166853,
('2005', 'West Midlands'): 359811,
('2005', 'Yorkshire and the Humber'): 305984,
('2006', 'AllHGVs'): 224333,
('2006', 'CarsTaxis'): 2809607,
('2006', 'East Midlands'): 274985,
('2006', 'East of England'): 331275,
('2006', 'LightGoodsVehicles'): 440292,
('2006', 'London'): 556586,
('2006', 'Merseyside'): 89284,
('2006', 'North East'): 165606,
('2006', 'North West'): 436679,
('2006', 'Scotland'): 300757,
('2006', 'South East'): 603700,
('2006', 'Wales'): 171097,
('2006', 'West Midlands'): 361912,
('2006', 'Yorkshire and the Humber'): 312424,
('2007', 'AllHGVs'): 223912,
('2007', 'CarsTaxis'): 2776178,
('2007', 'East Midlands'): 273018,
('2007', 'East of England'): 329737,
('2007', 'LightGoodsVehicles'): 460479,
('2007', 'London'): 545510,
('2007', 'Merseyside'): 88515,
('2007', 'North East'): 167049,
('2007', 'North West'): 435297,
('2007', 'Scotland'): 299998,
('2007', 'South East'): 599714,
('2007', 'Wales'): 172349,
('2007', 'West Midlands'): 362627,
('2007', 'Yorkshire and the Humber'): 311806,
('2008', 'AllHGVs'): 219016,
('2008', 'CarsTaxis'): 2734878,
('2008', 'East Midlands'): 270088,
('2008', 'East of England'): 327078,
('2008', 'LightGoodsVehicles'): 450453,
('2008', 'London'): 528165,
('2008', 'Merseyside'): 88419,
('2008', 'North East'): 164400,
('2008', 'North West'): 432388,
('2008', 'Scotland'): 296341,
('2008', 'South East'): 586416,
('2008', 'Wales'): 170333,
('2008', 'West Midlands'): 357691,
('2008', 'Yorkshire and the Humber'): 306702,
('2009', 'AllHGVs'): 204100,
('2009', 'CarsTaxis'): 2772560,
('2009', 'East Midlands'): 270674,
('2009', 'East of England'): 329802,
('2009', 'LightGoodsVehicles'): 438664,
('2009', 'London'): 524791,
('2009', 'Merseyside'): 88297,
('2009', 'North East'): 164423,
('2009', 'North West'): 441742,
('2009', 'Scotland'): 300649,
('2009', 'South East'): 586189,
('2009', 'Wales'): 169030,
('2009', 'West Midlands'): 358454,
('2009', 'Yorkshire and the Humber'): 304907,
('2010', 'AllHGVs'): 206004,
('2010', 'CarsTaxis'): 2736877,
('2010', 'East Midlands'): 268895,
('2010', 'East of England'): 323600,
('2010', 'LightGoodsVehicles'): 434193,
('2010', 'London'): 524469,
('2010', 'Merseyside'): 86827,
('2010', 'North East'): 163107,
('2010', 'North West'): 433695,
('2010', 'Scotland'): 297042,
('2010', 'South East'): 579424,
('2010', 'Wales'): 166002,
('2010', 'West Midlands'): 355044,
('2010', 'Yorkshire and the Humber'): 302203,
('2011', 'AllHGVs'): 201826,
('2011', 'CarsTaxis'): 2737954,
('2011', 'East Midlands'): 267498,
('2011', 'East of England'): 328755,
('2011', 'LightGoodsVehicles'): 445244,
('2011', 'London'): 505317,
('2011', 'Merseyside'): 88520,
('2011', 'North East'): 164220,
('2011', 'North West'): 437346,
('2011', 'Scotland'): 296722,
('2011', 'South East'): 588138,
('2011', 'Wales'): 166647,
('2011', 'West Midlands'): 363287,
('2011', 'Yorkshire and the Humber'): 300674,
('2012', 'AllHGVs'): 200782,
('2012', 'CarsTaxis'): 2731452,
('2012', 'East Midlands'): 268374,
('2012', 'East of England'): 330479,
('2012', 'LightGoodsVehicles'): 450151,
('2012', 'London'): 491711,
('2012', 'Merseyside'): 86928,
('2012', 'North East'): 164722,
('2012', 'North West'): 434745,
('2012', 'Scotland'): 313873,
('2012', 'South East'): 587948,
('2012', 'Wales'): 166085,
('2012', 'West Midlands'): 361204,
('2012', 'Yorkshire and the Humber'): 297046,
('2013', 'AllHGVs'): 201231,
('2013', 'CarsTaxis'): 2723356,
('2013', 'East Midlands'): 267418,
('2013', 'East of England'): 334029,
('2013', 'LightGoodsVehicles'): 461622,
('2013', 'London'): 492054,
('2013', 'Merseyside'): 87229,
('2013', 'North East'): 165358,
('2013', 'North West'): 432517,
('2013', 'Scotland'): 317751,
('2013', 'South East'): 583770,
('2013', 'Wales'): 166927,
('2013', 'West Midlands'): 360024,
('2013', 'Yorkshire and the Humber'): 298933,
('2014', 'AllHGVs'): 205773,
('2014', 'CarsTaxis'): 2760350,
('2014', 'East Midlands'): 272498,
('2014', 'East of England'): 343671,
('2014', 'LightGoodsVehicles'): 487741,
('2014', 'London'): 497910,
('2014', 'Merseyside'): 88774,
('2014', 'North East'): 168519,
('2014', 'North West'): 440012,
('2014', 'Scotland'): 319443,
('2014', 'South East'): 591661,
('2014', 'Wales'): 173251,
('2014', 'West Midlands'): 373959,
('2014', 'Yorkshire and the Humber'): 305732,
('2015', 'AllHGVs'): 212387,
('2015', 'CarsTaxis'): 2791272,
('2015', 'East Midlands'): 277754,
('2015', 'East of England'): 354044,
('2015', 'LightGoodsVehicles'): 506180,
('2015', 'London'): 497942,
('2015', 'Merseyside'): 90457,
('2015', 'North East'): 170044,
('2015', 'North West'): 443989,
('2015', 'Scotland'): 321486,
('2015', 'South East'): 607488,
('2015', 'Wales'): 177701,
('2015', 'West Midlands'): 379620,
('2015', 'Yorkshire and the Humber'): 311393,
('2016', 'AllHGVs'): 180851,
('2016', 'CarsTaxis'): 2341067,
('2016', 'East Midlands'): 282628,
('2016', 'East of England'): 361462,
('2016', 'LightGoodsVehicles'): 433069,
('2016', 'London'): 503068,
('2016', 'Merseyside'): 90797,
('2016', 'North East'): 172447,
('2016', 'North West'): 446544,
('2016', 'Scotland'): 327179,
('2016', 'Wales'): 180344,
('2016', 'West Midlands'): 386667,
('2016', 'Yorkshire and the Humber'): 316619,
('AllHGVs', 'East Midlands'): 356192,
('AllHGVs', 'East of England'): 399660,
('AllHGVs', 'London'): 361875,
('AllHGVs', 'Merseyside'): 72407,
('AllHGVs', 'North East'): 136541,
('AllHGVs', 'North West'): 475321,
('AllHGVs', 'Scotland'): 337664,
('AllHGVs', 'South East'): 489032,
('AllHGVs', 'Wales'): 148820,
('AllHGVs', 'West Midlands'): 422174,
('AllHGVs', 'Yorkshire and the Humber'): 395217,
('BusesCoaches', 'London'): 255640,
('BusesCoaches', 'North West'): 82371,
('BusesCoaches', 'Scotland'): 86307,
('BusesCoaches', 'South East'): 85060,
('BusesCoaches', 'West Midlands'): 65035,
('CarsTaxis', 'East Midlands'): 3528234,
('CarsTaxis', 'East of England'): 4371290,
('CarsTaxis', 'London'): 6719644,
('CarsTaxis', 'Merseyside'): 1187440,
('CarsTaxis', 'North East'): 2229051,
('CarsTaxis', 'North West'): 5827388,
('CarsTaxis', 'Scotland'): 3937810,
('CarsTaxis', 'South East'): 7603658,
('CarsTaxis', 'Wales'): 2265065,
('CarsTaxis', 'West Midlands'): 4806875,
('CarsTaxis', 'Yorkshire and the Humber'): 3961260,
('East Midlands', 'LightGoodsVehicles'): 564290,
('East of England', 'LightGoodsVehicles'): 712406,
('LightGoodsVehicles', 'London'): 1119038,
('LightGoodsVehicles', 'Merseyside'): 182306,
('LightGoodsVehicles', 'North East'): 342558,
('LightGoodsVehicles', 'North West'): 872999,
('LightGoodsVehicles', 'Scotland'): 633489,
('LightGoodsVehicles', 'South East'): 1129183,
('LightGoodsVehicles', 'Wales'): 348490,
('LightGoodsVehicles', 'West Midlands'): 755996,
('LightGoodsVehicles', 'Yorkshire and the Humber'): 670910,
('London', 'Motorcycles'): 289895,
('London', 'PedalCycles'): 214798,
('Motorcycles', 'South East'): 102655},
3: {('2000', 'CarsTaxis', 'East Midlands'): 197507,
('2000', 'CarsTaxis', 'East of England'): 246603,
('2000', 'CarsTaxis', 'London'): 437316,
('2000', 'CarsTaxis', 'Merseyside'): 68670,
('2000', 'CarsTaxis', 'North East'): 121587,
('2000', 'CarsTaxis', 'North West'): 324302,
('2000', 'CarsTaxis', 'Scotland'): 212790,
('2000', 'CarsTaxis', 'South East'): 470767,
('2000', 'CarsTaxis', 'Wales'): 121524,
('2000', 'CarsTaxis', 'West Midlands'): 270349,
('2000', 'CarsTaxis', 'Yorkshire and the Humber'): 224371,
('2000', 'LightGoodsVehicles', 'London'): 62583,
('2001', 'CarsTaxis', 'East Midlands'): 199883,
('2001', 'CarsTaxis', 'East of England'): 250743,
('2001', 'CarsTaxis', 'London'): 435336,
('2001', 'CarsTaxis', 'Merseyside'): 67954,
('2001', 'CarsTaxis', 'North East'): 125526,
('2001', 'CarsTaxis', 'North West'): 333631,
('2001', 'CarsTaxis', 'Scotland'): 216044,
('2001', 'CarsTaxis', 'South East'): 478959,
('2001', 'CarsTaxis', 'Wales'): 124696,
('2001', 'CarsTaxis', 'West Midlands'): 273889,
('2001', 'CarsTaxis', 'Yorkshire and the Humber'): 228595,
('2001', 'LightGoodsVehicles', 'London'): 63089,
('2001', 'LightGoodsVehicles', 'South East'): 59773,
('2002', 'CarsTaxis', 'East Midlands'): 203468,
('2002', 'CarsTaxis', 'East of England'): 255464,
('2002', 'CarsTaxis', 'London'): 426562,
('2002', 'CarsTaxis', 'Merseyside'): 69984,
('2002', 'CarsTaxis', 'North East'): 128336,
('2002', 'CarsTaxis', 'North West'): 338451,
('2002', 'CarsTaxis', 'Scotland'): 221429,
('2002', 'CarsTaxis', 'South East'): 485098,
('2002', 'CarsTaxis', 'Wales'): 128512,
('2002', 'CarsTaxis', 'West Midlands'): 277743,
('2002', 'CarsTaxis', 'Yorkshire and the Humber'): 231674,
('2002', 'LightGoodsVehicles', 'London'): 60644,
('2002', 'LightGoodsVehicles', 'South East'): 60659,
('2003', 'CarsTaxis', 'East Midlands'): 203909,
('2003', 'CarsTaxis', 'East of England'): 254101,
('2003', 'CarsTaxis', 'London'): 416754,
('2003', 'CarsTaxis', 'Merseyside'): 69005,
('2003', 'CarsTaxis', 'North East'): 128083,
('2003', 'CarsTaxis', 'North West'): 339541,
('2003', 'CarsTaxis', 'Scotland'): 222317,
('2003', 'CarsTaxis', 'South East'): 481769,
('2003', 'CarsTaxis', 'Wales'): 130695,
('2003', 'CarsTaxis', 'West Midlands'): 275901,
('2003', 'CarsTaxis', 'Yorkshire and the Humber'): 231050,
('2003', 'LightGoodsVehicles', 'London'): 65313,
('2003', 'LightGoodsVehicles', 'South East'): 63575,
('2004', 'CarsTaxis', 'East Midlands'): 208031,
('2004', 'CarsTaxis', 'East of England'): 256856,
('2004', 'CarsTaxis', 'London'): 412250,
('2004', 'CarsTaxis', 'Merseyside'): 70406,
('2004', 'CarsTaxis', 'North East'): 131876,
('2004', 'CarsTaxis', 'North West'): 348917,
('2004', 'CarsTaxis', 'Scotland'): 226454,
('2004', 'CarsTaxis', 'South East'): 486189,
('2004', 'CarsTaxis', 'Wales'): 134844,
('2004', 'CarsTaxis', 'West Midlands'): 281872,
('2004', 'CarsTaxis', 'Yorkshire and the Humber'): 236169,
('2004', 'LightGoodsVehicles', 'London'): 63319,
('2004', 'LightGoodsVehicles', 'South East'): 66338,
('2005', 'CarsTaxis', 'East Midlands'): 208587,
('2005', 'CarsTaxis', 'East of England'): 255750,
('2005', 'CarsTaxis', 'London'): 408876,
('2005', 'CarsTaxis', 'Merseyside'): 70716,
('2005', 'CarsTaxis', 'North East'): 131941,
('2005', 'CarsTaxis', 'North West'): 342359,
('2005', 'CarsTaxis', 'Scotland'): 226914,
('2005', 'CarsTaxis', 'South East'): 481709,
('2005', 'CarsTaxis', 'Wales'): 133575,
('2005', 'CarsTaxis', 'West Midlands'): 282138,
('2005', 'CarsTaxis', 'Yorkshire and the Humber'): 234847,
('2005', 'LightGoodsVehicles', 'London'): 64538,
('2005', 'LightGoodsVehicles', 'South East'): 68287,
('2006', 'CarsTaxis', 'East Midlands'): 211995,
('2006', 'CarsTaxis', 'East of England'): 257506,
('2006', 'CarsTaxis', 'London'): 411228,
('2006', 'CarsTaxis', 'Merseyside'): 70988,
('2006', 'CarsTaxis', 'North East'): 133032,
('2006', 'CarsTaxis', 'North West'): 346067,
('2006', 'CarsTaxis', 'Scotland'): 233812,
('2006', 'CarsTaxis', 'South East'): 485561,
('2006', 'CarsTaxis', 'Wales'): 136857,
('2006', 'CarsTaxis', 'West Midlands'): 283551,
('2006', 'CarsTaxis', 'Yorkshire and the Humber'): 239010,
('2006', 'LightGoodsVehicles', 'London'): 73379,
('2006', 'LightGoodsVehicles', 'South East'): 70443,
('2007', 'CarsTaxis', 'East Midlands'): 208787,
('2007', 'CarsTaxis', 'East of England'): 254128,
('2007', 'CarsTaxis', 'London'): 399929,
('2007', 'CarsTaxis', 'Merseyside'): 69985,
('2007', 'CarsTaxis', 'North East'): 132987,
('2007', 'CarsTaxis', 'North West'): 343264,
('2007', 'CarsTaxis', 'Scotland'): 231333,
('2007', 'CarsTaxis', 'South East'): 479543,
('2007', 'CarsTaxis', 'Wales'): 137167,
('2007', 'CarsTaxis', 'West Midlands'): 282133,
('2007', 'CarsTaxis', 'Yorkshire and the Humber'): 236922,
('2007', 'LightGoodsVehicles', 'London'): 75555,
('2007', 'LightGoodsVehicles', 'South East'): 73354,
('2008', 'CarsTaxis', 'East Midlands'): 206773,
('2008', 'CarsTaxis', 'East of England'): 252150,
('2008', 'CarsTaxis', 'London'): 389237,
('2008', 'CarsTaxis', 'Merseyside'): 69947,
('2008', 'CarsTaxis', 'North East'): 130626,
('2008', 'CarsTaxis', 'North West'): 341233,
('2008', 'CarsTaxis', 'Scotland'): 228224,
('2008', 'CarsTaxis', 'South East'): 468512,
('2008', 'CarsTaxis', 'Wales'): 135378,
('2008', 'CarsTaxis', 'West Midlands'): 279261,
('2008', 'CarsTaxis', 'Yorkshire and the Humber'): 233537,
('2008', 'LightGoodsVehicles', 'London'): 69906,
('2008', 'LightGoodsVehicles', 'South East'): 72411,
('2009', 'CarsTaxis', 'East Midlands'): 210070,
('2009', 'CarsTaxis', 'East of England'): 256914,
('2009', 'CarsTaxis', 'London'): 392349,
('2009', 'CarsTaxis', 'Merseyside'): 70627,
('2009', 'CarsTaxis', 'North East'): 131961,
('2009', 'CarsTaxis', 'North West'): 351587,
('2009', 'CarsTaxis', 'Scotland'): 234218,
('2009', 'CarsTaxis', 'South East'): 471234,
('2009', 'CarsTaxis', 'Wales'): 135078,
('2009', 'CarsTaxis', 'West Midlands'): 283134,
('2009', 'CarsTaxis', 'Yorkshire and the Humber'): 235388,
('2009', 'LightGoodsVehicles', 'London'): 65817,
('2009', 'LightGoodsVehicles', 'South East'): 71541,
('2010', 'CarsTaxis', 'East Midlands'): 208367,
('2010', 'CarsTaxis', 'East of England'): 251125,
('2010', 'CarsTaxis', 'London'): 393602,
('2010', 'CarsTaxis', 'Merseyside'): 69296,
('2010', 'CarsTaxis', 'North East'): 130783,
('2010', 'CarsTaxis', 'North West'): 344680,
('2010', 'CarsTaxis', 'Scotland'): 230291,
('2010', 'CarsTaxis', 'South East'): 464135,
('2010', 'CarsTaxis', 'Wales'): 132216,
('2010', 'CarsTaxis', 'West Midlands'): 279347,
('2010', 'CarsTaxis', 'Yorkshire and the Humber'): 233035,
('2010', 'LightGoodsVehicles', 'London'): 63845,
('2010', 'LightGoodsVehicles', 'South East'): 71727,
('2011', 'CarsTaxis', 'East Midlands'): 207848,
('2011', 'CarsTaxis', 'East of England'): 254461,
('2011', 'CarsTaxis', 'London'): 377333,
('2011', 'CarsTaxis', 'Merseyside'): 70322,
('2011', 'CarsTaxis', 'North East'): 131497,
('2011', 'CarsTaxis', 'North West'): 346664,
('2011', 'CarsTaxis', 'Scotland'): 229508,
('2011', 'CarsTaxis', 'South East'): 470372,
('2011', 'CarsTaxis', 'Wales'): 132399,
('2011', 'CarsTaxis', 'West Midlands'): 286327,
('2011', 'CarsTaxis', 'Yorkshire and the Humber'): 231223,
('2011', 'LightGoodsVehicles', 'London'): 62154,
('2011', 'LightGoodsVehicles', 'South East'): 74541,
('2012', 'CarsTaxis', 'East Midlands'): 209037,
('2012', 'CarsTaxis', 'East of England'): 256630,
('2012', 'CarsTaxis', 'London'): 364107,
('2012', 'CarsTaxis', 'Merseyside'): 68946,
('2012', 'CarsTaxis', 'North East'): 132243,
('2012', 'CarsTaxis', 'North West'): 344277,
('2012', 'CarsTaxis', 'Scotland'): 241909,
('2012', 'CarsTaxis', 'South East'): 469520,
('2012', 'CarsTaxis', 'Wales'): 131696,
('2012', 'CarsTaxis', 'West Midlands'): 284740,
('2012', 'CarsTaxis', 'Yorkshire and the Humber'): 228347,
('2012', 'LightGoodsVehicles', 'London'): 61484,
('2012', 'LightGoodsVehicles', 'South East'): 75846,
('2013', 'CarsTaxis', 'East Midlands'): 206909,
('2013', 'CarsTaxis', 'East of England'): 258633,
('2013', 'CarsTaxis', 'London'): 363107,
('2013', 'CarsTaxis', 'Merseyside'): 68990,
('2013', 'CarsTaxis', 'North East'): 132410,
('2013', 'CarsTaxis', 'North West'): 341562,
('2013', 'CarsTaxis', 'Scotland'): 243988,
('2013', 'CarsTaxis', 'South East'): 464486,
('2013', 'CarsTaxis', 'Wales'): 132096,
('2013', 'CarsTaxis', 'West Midlands'): 282402,
('2013', 'CarsTaxis', 'Yorkshire and the Humber'): 228773,
('2013', 'LightGoodsVehicles', 'London'): 64280,
('2013', 'LightGoodsVehicles', 'South East'): 76847,
('2014', 'CarsTaxis', 'East Midlands'): 209352,
('2014', 'CarsTaxis', 'East of England'): 264363,
('2014', 'CarsTaxis', 'London'): 364095,
('2014', 'CarsTaxis', 'Merseyside'): 69713,
('2014', 'CarsTaxis', 'North East'): 134286,
('2014', 'CarsTaxis', 'North West'): 345690,
('2014', 'CarsTaxis', 'Scotland'): 244723,
('2014', 'CarsTaxis', 'South East'): 467705,
('2014', 'CarsTaxis', 'Wales'): 136850,
('2014', 'CarsTaxis', 'West Midlands'): 290923,
('2014', 'CarsTaxis', 'Yorkshire and the Humber'): 232650,
('2014', 'LightGoodsVehicles', 'London'): 67845,
('2014', 'LightGoodsVehicles', 'South East'): 80788,
('2015', 'CarsTaxis', 'East Midlands'): 212209,
('2015', 'CarsTaxis', 'East of England'): 270340,
('2015', 'CarsTaxis', 'London'): 363032,
('2015', 'CarsTaxis', 'Merseyside'): 70856,
('2015', 'CarsTaxis', 'North East'): 135043,
('2015', 'CarsTaxis', 'North West'): 347042,
('2015', 'CarsTaxis', 'Scotland'): 245027,
('2015', 'CarsTaxis', 'South East'): 478099,
('2015', 'CarsTaxis', 'Wales'): 139742,
('2015', 'CarsTaxis', 'West Midlands'): 293917,
('2015', 'CarsTaxis', 'Yorkshire and the Humber'): 235965,
('2015', 'LightGoodsVehicles', 'London'): 67941,
('2015', 'LightGoodsVehicles', 'North West'): 60875,
('2015', 'LightGoodsVehicles', 'South East'): 84808,
('2016', 'CarsTaxis', 'East Midlands'): 215502,
('2016', 'CarsTaxis', 'East of England'): 275523,
('2016', 'CarsTaxis', 'London'): 364531,
('2016', 'CarsTaxis', 'Merseyside'): 71035,
('2016', 'CarsTaxis', 'North East'): 136834,
('2016', 'CarsTaxis', 'North West'): 348121,
('2016', 'CarsTaxis', 'Scotland'): 248829,
('2016', 'CarsTaxis', 'Wales'): 141740,
('2016', 'CarsTaxis', 'West Midlands'): 299248,
('2016', 'CarsTaxis', 'Yorkshire and the Humber'): 239704,
('2016', 'LightGoodsVehicles', 'London'): 67346,
('2016', 'LightGoodsVehicles', 'North West'): 62608}}
The below tuples give us when the most frequent accidents happened, where and which type of car they contained. The counts need to multiplied by a hundred since they were standardised.
itemsets[3]
{('2000', 'CarsTaxis', 'East Midlands'): 197507,
('2000', 'CarsTaxis', 'East of England'): 246603,
('2000', 'CarsTaxis', 'London'): 437316,
('2000', 'CarsTaxis', 'Merseyside'): 68670,
('2000', 'CarsTaxis', 'North East'): 121587,
('2000', 'CarsTaxis', 'North West'): 324302,
('2000', 'CarsTaxis', 'Scotland'): 212790,
('2000', 'CarsTaxis', 'South East'): 470767,
('2000', 'CarsTaxis', 'Wales'): 121524,
('2000', 'CarsTaxis', 'West Midlands'): 270349,
('2000', 'CarsTaxis', 'Yorkshire and the Humber'): 224371,
('2000', 'LightGoodsVehicles', 'London'): 62583,
('2001', 'CarsTaxis', 'East Midlands'): 199883,
('2001', 'CarsTaxis', 'East of England'): 250743,
('2001', 'CarsTaxis', 'London'): 435336,
('2001', 'CarsTaxis', 'Merseyside'): 67954,
('2001', 'CarsTaxis', 'North East'): 125526,
('2001', 'CarsTaxis', 'North West'): 333631,
('2001', 'CarsTaxis', 'Scotland'): 216044,
('2001', 'CarsTaxis', 'South East'): 478959,
('2001', 'CarsTaxis', 'Wales'): 124696,
('2001', 'CarsTaxis', 'West Midlands'): 273889,
('2001', 'CarsTaxis', 'Yorkshire and the Humber'): 228595,
('2001', 'LightGoodsVehicles', 'London'): 63089,
('2001', 'LightGoodsVehicles', 'South East'): 59773,
('2002', 'CarsTaxis', 'East Midlands'): 203468,
('2002', 'CarsTaxis', 'East of England'): 255464,
('2002', 'CarsTaxis', 'London'): 426562,
('2002', 'CarsTaxis', 'Merseyside'): 69984,
('2002', 'CarsTaxis', 'North East'): 128336,
('2002', 'CarsTaxis', 'North West'): 338451,
('2002', 'CarsTaxis', 'Scotland'): 221429,
('2002', 'CarsTaxis', 'South East'): 485098,
('2002', 'CarsTaxis', 'Wales'): 128512,
('2002', 'CarsTaxis', 'West Midlands'): 277743,
('2002', 'CarsTaxis', 'Yorkshire and the Humber'): 231674,
('2002', 'LightGoodsVehicles', 'London'): 60644,
('2002', 'LightGoodsVehicles', 'South East'): 60659,
('2003', 'CarsTaxis', 'East Midlands'): 203909,
('2003', 'CarsTaxis', 'East of England'): 254101,
('2003', 'CarsTaxis', 'London'): 416754,
('2003', 'CarsTaxis', 'Merseyside'): 69005,
('2003', 'CarsTaxis', 'North East'): 128083,
('2003', 'CarsTaxis', 'North West'): 339541,
('2003', 'CarsTaxis', 'Scotland'): 222317,
('2003', 'CarsTaxis', 'South East'): 481769,
('2003', 'CarsTaxis', 'Wales'): 130695,
('2003', 'CarsTaxis', 'West Midlands'): 275901,
('2003', 'CarsTaxis', 'Yorkshire and the Humber'): 231050,
('2003', 'LightGoodsVehicles', 'London'): 65313,
('2003', 'LightGoodsVehicles', 'South East'): 63575,
('2004', 'CarsTaxis', 'East Midlands'): 208031,
('2004', 'CarsTaxis', 'East of England'): 256856,
('2004', 'CarsTaxis', 'London'): 412250,
('2004', 'CarsTaxis', 'Merseyside'): 70406,
('2004', 'CarsTaxis', 'North East'): 131876,
('2004', 'CarsTaxis', 'North West'): 348917,
('2004', 'CarsTaxis', 'Scotland'): 226454,
('2004', 'CarsTaxis', 'South East'): 486189,
('2004', 'CarsTaxis', 'Wales'): 134844,
('2004', 'CarsTaxis', 'West Midlands'): 281872,
('2004', 'CarsTaxis', 'Yorkshire and the Humber'): 236169,
('2004', 'LightGoodsVehicles', 'London'): 63319,
('2004', 'LightGoodsVehicles', 'South East'): 66338,
('2005', 'CarsTaxis', 'East Midlands'): 208587,
('2005', 'CarsTaxis', 'East of England'): 255750,
('2005', 'CarsTaxis', 'London'): 408876,
('2005', 'CarsTaxis', 'Merseyside'): 70716,
('2005', 'CarsTaxis', 'North East'): 131941,
('2005', 'CarsTaxis', 'North West'): 342359,
('2005', 'CarsTaxis', 'Scotland'): 226914,
('2005', 'CarsTaxis', 'South East'): 481709,
('2005', 'CarsTaxis', 'Wales'): 133575,
('2005', 'CarsTaxis', 'West Midlands'): 282138,
('2005', 'CarsTaxis', 'Yorkshire and the Humber'): 234847,
('2005', 'LightGoodsVehicles', 'London'): 64538,
('2005', 'LightGoodsVehicles', 'South East'): 68287,
('2006', 'CarsTaxis', 'East Midlands'): 211995,
('2006', 'CarsTaxis', 'East of England'): 257506,
('2006', 'CarsTaxis', 'London'): 411228,
('2006', 'CarsTaxis', 'Merseyside'): 70988,
('2006', 'CarsTaxis', 'North East'): 133032,
('2006', 'CarsTaxis', 'North West'): 346067,
('2006', 'CarsTaxis', 'Scotland'): 233812,
('2006', 'CarsTaxis', 'South East'): 485561,
('2006', 'CarsTaxis', 'Wales'): 136857,
('2006', 'CarsTaxis', 'West Midlands'): 283551,
('2006', 'CarsTaxis', 'Yorkshire and the Humber'): 239010,
('2006', 'LightGoodsVehicles', 'London'): 73379,
('2006', 'LightGoodsVehicles', 'South East'): 70443,
('2007', 'CarsTaxis', 'East Midlands'): 208787,
('2007', 'CarsTaxis', 'East of England'): 254128,
('2007', 'CarsTaxis', 'London'): 399929,
('2007', 'CarsTaxis', 'Merseyside'): 69985,
('2007', 'CarsTaxis', 'North East'): 132987,
('2007', 'CarsTaxis', 'North West'): 343264,
('2007', 'CarsTaxis', 'Scotland'): 231333,
('2007', 'CarsTaxis', 'South East'): 479543,
('2007', 'CarsTaxis', 'Wales'): 137167,
('2007', 'CarsTaxis', 'West Midlands'): 282133,
('2007', 'CarsTaxis', 'Yorkshire and the Humber'): 236922,
('2007', 'LightGoodsVehicles', 'London'): 75555,
('2007', 'LightGoodsVehicles', 'South East'): 73354,
('2008', 'CarsTaxis', 'East Midlands'): 206773,
('2008', 'CarsTaxis', 'East of England'): 252150,
('2008', 'CarsTaxis', 'London'): 389237,
('2008', 'CarsTaxis', 'Merseyside'): 69947,
('2008', 'CarsTaxis', 'North East'): 130626,
('2008', 'CarsTaxis', 'North West'): 341233,
('2008', 'CarsTaxis', 'Scotland'): 228224,
('2008', 'CarsTaxis', 'South East'): 468512,
('2008', 'CarsTaxis', 'Wales'): 135378,
('2008', 'CarsTaxis', 'West Midlands'): 279261,
('2008', 'CarsTaxis', 'Yorkshire and the Humber'): 233537,
('2008', 'LightGoodsVehicles', 'London'): 69906,
('2008', 'LightGoodsVehicles', 'South East'): 72411,
('2009', 'CarsTaxis', 'East Midlands'): 210070,
('2009', 'CarsTaxis', 'East of England'): 256914,
('2009', 'CarsTaxis', 'London'): 392349,
('2009', 'CarsTaxis', 'Merseyside'): 70627,
('2009', 'CarsTaxis', 'North East'): 131961,
('2009', 'CarsTaxis', 'North West'): 351587,
('2009', 'CarsTaxis', 'Scotland'): 234218,
('2009', 'CarsTaxis', 'South East'): 471234,
('2009', 'CarsTaxis', 'Wales'): 135078,
('2009', 'CarsTaxis', 'West Midlands'): 283134,
('2009', 'CarsTaxis', 'Yorkshire and the Humber'): 235388,
('2009', 'LightGoodsVehicles', 'London'): 65817,
('2009', 'LightGoodsVehicles', 'South East'): 71541,
('2010', 'CarsTaxis', 'East Midlands'): 208367,
('2010', 'CarsTaxis', 'East of England'): 251125,
('2010', 'CarsTaxis', 'London'): 393602,
('2010', 'CarsTaxis', 'Merseyside'): 69296,
('2010', 'CarsTaxis', 'North East'): 130783,
('2010', 'CarsTaxis', 'North West'): 344680,
('2010', 'CarsTaxis', 'Scotland'): 230291,
('2010', 'CarsTaxis', 'South East'): 464135,
('2010', 'CarsTaxis', 'Wales'): 132216,
('2010', 'CarsTaxis', 'West Midlands'): 279347,
('2010', 'CarsTaxis', 'Yorkshire and the Humber'): 233035,
('2010', 'LightGoodsVehicles', 'London'): 63845,
('2010', 'LightGoodsVehicles', 'South East'): 71727,
('2011', 'CarsTaxis', 'East Midlands'): 207848,
('2011', 'CarsTaxis', 'East of England'): 254461,
('2011', 'CarsTaxis', 'London'): 377333,
('2011', 'CarsTaxis', 'Merseyside'): 70322,
('2011', 'CarsTaxis', 'North East'): 131497,
('2011', 'CarsTaxis', 'North West'): 346664,
('2011', 'CarsTaxis', 'Scotland'): 229508,
('2011', 'CarsTaxis', 'South East'): 470372,
('2011', 'CarsTaxis', 'Wales'): 132399,
('2011', 'CarsTaxis', 'West Midlands'): 286327,
('2011', 'CarsTaxis', 'Yorkshire and the Humber'): 231223,
('2011', 'LightGoodsVehicles', 'London'): 62154,
('2011', 'LightGoodsVehicles', 'South East'): 74541,
('2012', 'CarsTaxis', 'East Midlands'): 209037,
('2012', 'CarsTaxis', 'East of England'): 256630,
('2012', 'CarsTaxis', 'London'): 364107,
('2012', 'CarsTaxis', 'Merseyside'): 68946,
('2012', 'CarsTaxis', 'North East'): 132243,
('2012', 'CarsTaxis', 'North West'): 344277,
('2012', 'CarsTaxis', 'Scotland'): 241909,
('2012', 'CarsTaxis', 'South East'): 469520,
('2012', 'CarsTaxis', 'Wales'): 131696,
('2012', 'CarsTaxis', 'West Midlands'): 284740,
('2012', 'CarsTaxis', 'Yorkshire and the Humber'): 228347,
('2012', 'LightGoodsVehicles', 'London'): 61484,
('2012', 'LightGoodsVehicles', 'South East'): 75846,
('2013', 'CarsTaxis', 'East Midlands'): 206909,
('2013', 'CarsTaxis', 'East of England'): 258633,
('2013', 'CarsTaxis', 'London'): 363107,
('2013', 'CarsTaxis', 'Merseyside'): 68990,
('2013', 'CarsTaxis', 'North East'): 132410,
('2013', 'CarsTaxis', 'North West'): 341562,
('2013', 'CarsTaxis', 'Scotland'): 243988,
('2013', 'CarsTaxis', 'South East'): 464486,
('2013', 'CarsTaxis', 'Wales'): 132096,
('2013', 'CarsTaxis', 'West Midlands'): 282402,
('2013', 'CarsTaxis', 'Yorkshire and the Humber'): 228773,
('2013', 'LightGoodsVehicles', 'London'): 64280,
('2013', 'LightGoodsVehicles', 'South East'): 76847,
('2014', 'CarsTaxis', 'East Midlands'): 209352,
('2014', 'CarsTaxis', 'East of England'): 264363,
('2014', 'CarsTaxis', 'London'): 364095,
('2014', 'CarsTaxis', 'Merseyside'): 69713,
('2014', 'CarsTaxis', 'North East'): 134286,
('2014', 'CarsTaxis', 'North West'): 345690,
('2014', 'CarsTaxis', 'Scotland'): 244723,
('2014', 'CarsTaxis', 'South East'): 467705,
('2014', 'CarsTaxis', 'Wales'): 136850,
('2014', 'CarsTaxis', 'West Midlands'): 290923,
('2014', 'CarsTaxis', 'Yorkshire and the Humber'): 232650,
('2014', 'LightGoodsVehicles', 'London'): 67845,
('2014', 'LightGoodsVehicles', 'South East'): 80788,
('2015', 'CarsTaxis', 'East Midlands'): 212209,
('2015', 'CarsTaxis', 'East of England'): 270340,
('2015', 'CarsTaxis', 'London'): 363032,
('2015', 'CarsTaxis', 'Merseyside'): 70856,
('2015', 'CarsTaxis', 'North East'): 135043,
('2015', 'CarsTaxis', 'North West'): 347042,
('2015', 'CarsTaxis', 'Scotland'): 245027,
('2015', 'CarsTaxis', 'South East'): 478099,
('2015', 'CarsTaxis', 'Wales'): 139742,
('2015', 'CarsTaxis', 'West Midlands'): 293917,
('2015', 'CarsTaxis', 'Yorkshire and the Humber'): 235965,
('2015', 'LightGoodsVehicles', 'London'): 67941,
('2015', 'LightGoodsVehicles', 'North West'): 60875,
('2015', 'LightGoodsVehicles', 'South East'): 84808,
('2016', 'CarsTaxis', 'East Midlands'): 215502,
('2016', 'CarsTaxis', 'East of England'): 275523,
('2016', 'CarsTaxis', 'London'): 364531,
('2016', 'CarsTaxis', 'Merseyside'): 71035,
('2016', 'CarsTaxis', 'North East'): 136834,
('2016', 'CarsTaxis', 'North West'): 348121,
('2016', 'CarsTaxis', 'Scotland'): 248829,
('2016', 'CarsTaxis', 'Wales'): 141740,
('2016', 'CarsTaxis', 'West Midlands'): 299248,
('2016', 'CarsTaxis', 'Yorkshire and the Humber'): 239704,
('2016', 'LightGoodsVehicles', 'London'): 67346,
('2016', 'LightGoodsVehicles', 'North West'): 62608}
for key,value in itemsets[3].items():
itemsets[3][key] = value*100
itemsets[3]
{('2000', 'CarsTaxis', 'East Midlands'): 19750700,
('2000', 'CarsTaxis', 'East of England'): 24660300,
('2000', 'CarsTaxis', 'London'): 43731600,
('2000', 'CarsTaxis', 'Merseyside'): 6867000,
('2000', 'CarsTaxis', 'North East'): 12158700,
('2000', 'CarsTaxis', 'North West'): 32430200,
('2000', 'CarsTaxis', 'Scotland'): 21279000,
('2000', 'CarsTaxis', 'South East'): 47076700,
('2000', 'CarsTaxis', 'Wales'): 12152400,
('2000', 'CarsTaxis', 'West Midlands'): 27034900,
('2000', 'CarsTaxis', 'Yorkshire and the Humber'): 22437100,
('2000', 'LightGoodsVehicles', 'London'): 6258300,
('2001', 'CarsTaxis', 'East Midlands'): 19988300,
('2001', 'CarsTaxis', 'East of England'): 25074300,
('2001', 'CarsTaxis', 'London'): 43533600,
('2001', 'CarsTaxis', 'Merseyside'): 6795400,
('2001', 'CarsTaxis', 'North East'): 12552600,
('2001', 'CarsTaxis', 'North West'): 33363100,
('2001', 'CarsTaxis', 'Scotland'): 21604400,
('2001', 'CarsTaxis', 'South East'): 47895900,
('2001', 'CarsTaxis', 'Wales'): 12469600,
('2001', 'CarsTaxis', 'West Midlands'): 27388900,
('2001', 'CarsTaxis', 'Yorkshire and the Humber'): 22859500,
('2001', 'LightGoodsVehicles', 'London'): 6308900,
('2001', 'LightGoodsVehicles', 'South East'): 5977300,
('2002', 'CarsTaxis', 'East Midlands'): 20346800,
('2002', 'CarsTaxis', 'East of England'): 25546400,
('2002', 'CarsTaxis', 'London'): 42656200,
('2002', 'CarsTaxis', 'Merseyside'): 6998400,
('2002', 'CarsTaxis', 'North East'): 12833600,
('2002', 'CarsTaxis', 'North West'): 33845100,
('2002', 'CarsTaxis', 'Scotland'): 22142900,
('2002', 'CarsTaxis', 'South East'): 48509800,
('2002', 'CarsTaxis', 'Wales'): 12851200,
('2002', 'CarsTaxis', 'West Midlands'): 27774300,
('2002', 'CarsTaxis', 'Yorkshire and the Humber'): 23167400,
('2002', 'LightGoodsVehicles', 'London'): 6064400,
('2002', 'LightGoodsVehicles', 'South East'): 6065900,
('2003', 'CarsTaxis', 'East Midlands'): 20390900,
('2003', 'CarsTaxis', 'East of England'): 25410100,
('2003', 'CarsTaxis', 'London'): 41675400,
('2003', 'CarsTaxis', 'Merseyside'): 6900500,
('2003', 'CarsTaxis', 'North East'): 12808300,
('2003', 'CarsTaxis', 'North West'): 33954100,
('2003', 'CarsTaxis', 'Scotland'): 22231700,
('2003', 'CarsTaxis', 'South East'): 48176900,
('2003', 'CarsTaxis', 'Wales'): 13069500,
('2003', 'CarsTaxis', 'West Midlands'): 27590100,
('2003', 'CarsTaxis', 'Yorkshire and the Humber'): 23105000,
('2003', 'LightGoodsVehicles', 'London'): 6531300,
('2003', 'LightGoodsVehicles', 'South East'): 6357500,
('2004', 'CarsTaxis', 'East Midlands'): 20803100,
('2004', 'CarsTaxis', 'East of England'): 25685600,
('2004', 'CarsTaxis', 'London'): 41225000,
('2004', 'CarsTaxis', 'Merseyside'): 7040600,
('2004', 'CarsTaxis', 'North East'): 13187600,
('2004', 'CarsTaxis', 'North West'): 34891700,
('2004', 'CarsTaxis', 'Scotland'): 22645400,
('2004', 'CarsTaxis', 'South East'): 48618900,
('2004', 'CarsTaxis', 'Wales'): 13484400,
('2004', 'CarsTaxis', 'West Midlands'): 28187200,
('2004', 'CarsTaxis', 'Yorkshire and the Humber'): 23616900,
('2004', 'LightGoodsVehicles', 'London'): 6331900,
('2004', 'LightGoodsVehicles', 'South East'): 6633800,
('2005', 'CarsTaxis', 'East Midlands'): 20858700,
('2005', 'CarsTaxis', 'East of England'): 25575000,
('2005', 'CarsTaxis', 'London'): 40887600,
('2005', 'CarsTaxis', 'Merseyside'): 7071600,
('2005', 'CarsTaxis', 'North East'): 13194100,
('2005', 'CarsTaxis', 'North West'): 34235900,
('2005', 'CarsTaxis', 'Scotland'): 22691400,
('2005', 'CarsTaxis', 'South East'): 48170900,
('2005', 'CarsTaxis', 'Wales'): 13357500,
('2005', 'CarsTaxis', 'West Midlands'): 28213800,
('2005', 'CarsTaxis', 'Yorkshire and the Humber'): 23484700,
('2005', 'LightGoodsVehicles', 'London'): 6453800,
('2005', 'LightGoodsVehicles', 'South East'): 6828700,
('2006', 'CarsTaxis', 'East Midlands'): 21199500,
('2006', 'CarsTaxis', 'East of England'): 25750600,
('2006', 'CarsTaxis', 'London'): 41122800,
('2006', 'CarsTaxis', 'Merseyside'): 7098800,
('2006', 'CarsTaxis', 'North East'): 13303200,
('2006', 'CarsTaxis', 'North West'): 34606700,
('2006', 'CarsTaxis', 'Scotland'): 23381200,
('2006', 'CarsTaxis', 'South East'): 48556100,
('2006', 'CarsTaxis', 'Wales'): 13685700,
('2006', 'CarsTaxis', 'West Midlands'): 28355100,
('2006', 'CarsTaxis', 'Yorkshire and the Humber'): 23901000,
('2006', 'LightGoodsVehicles', 'London'): 7337900,
('2006', 'LightGoodsVehicles', 'South East'): 7044300,
('2007', 'CarsTaxis', 'East Midlands'): 20878700,
('2007', 'CarsTaxis', 'East of England'): 25412800,
('2007', 'CarsTaxis', 'London'): 39992900,
('2007', 'CarsTaxis', 'Merseyside'): 6998500,
('2007', 'CarsTaxis', 'North East'): 13298700,
('2007', 'CarsTaxis', 'North West'): 34326400,
('2007', 'CarsTaxis', 'Scotland'): 23133300,
('2007', 'CarsTaxis', 'South East'): 47954300,
('2007', 'CarsTaxis', 'Wales'): 13716700,
('2007', 'CarsTaxis', 'West Midlands'): 28213300,
('2007', 'CarsTaxis', 'Yorkshire and the Humber'): 23692200,
('2007', 'LightGoodsVehicles', 'London'): 7555500,
('2007', 'LightGoodsVehicles', 'South East'): 7335400,
('2008', 'CarsTaxis', 'East Midlands'): 20677300,
('2008', 'CarsTaxis', 'East of England'): 25215000,
('2008', 'CarsTaxis', 'London'): 38923700,
('2008', 'CarsTaxis', 'Merseyside'): 6994700,
('2008', 'CarsTaxis', 'North East'): 13062600,
('2008', 'CarsTaxis', 'North West'): 34123300,
('2008', 'CarsTaxis', 'Scotland'): 22822400,
('2008', 'CarsTaxis', 'South East'): 46851200,
('2008', 'CarsTaxis', 'Wales'): 13537800,
('2008', 'CarsTaxis', 'West Midlands'): 27926100,
('2008', 'CarsTaxis', 'Yorkshire and the Humber'): 23353700,
('2008', 'LightGoodsVehicles', 'London'): 6990600,
('2008', 'LightGoodsVehicles', 'South East'): 7241100,
('2009', 'CarsTaxis', 'East Midlands'): 21007000,
('2009', 'CarsTaxis', 'East of England'): 25691400,
('2009', 'CarsTaxis', 'London'): 39234900,
('2009', 'CarsTaxis', 'Merseyside'): 7062700,
('2009', 'CarsTaxis', 'North East'): 13196100,
('2009', 'CarsTaxis', 'North West'): 35158700,
('2009', 'CarsTaxis', 'Scotland'): 23421800,
('2009', 'CarsTaxis', 'South East'): 47123400,
('2009', 'CarsTaxis', 'Wales'): 13507800,
('2009', 'CarsTaxis', 'West Midlands'): 28313400,
('2009', 'CarsTaxis', 'Yorkshire and the Humber'): 23538800,
('2009', 'LightGoodsVehicles', 'London'): 6581700,
('2009', 'LightGoodsVehicles', 'South East'): 7154100,
('2010', 'CarsTaxis', 'East Midlands'): 20836700,
('2010', 'CarsTaxis', 'East of England'): 25112500,
('2010', 'CarsTaxis', 'London'): 39360200,
('2010', 'CarsTaxis', 'Merseyside'): 6929600,
('2010', 'CarsTaxis', 'North East'): 13078300,
('2010', 'CarsTaxis', 'North West'): 34468000,
('2010', 'CarsTaxis', 'Scotland'): 23029100,
('2010', 'CarsTaxis', 'South East'): 46413500,
('2010', 'CarsTaxis', 'Wales'): 13221600,
('2010', 'CarsTaxis', 'West Midlands'): 27934700,
('2010', 'CarsTaxis', 'Yorkshire and the Humber'): 23303500,
('2010', 'LightGoodsVehicles', 'London'): 6384500,
('2010', 'LightGoodsVehicles', 'South East'): 7172700,
('2011', 'CarsTaxis', 'East Midlands'): 20784800,
('2011', 'CarsTaxis', 'East of England'): 25446100,
('2011', 'CarsTaxis', 'London'): 37733300,
('2011', 'CarsTaxis', 'Merseyside'): 7032200,
('2011', 'CarsTaxis', 'North East'): 13149700,
('2011', 'CarsTaxis', 'North West'): 34666400,
('2011', 'CarsTaxis', 'Scotland'): 22950800,
('2011', 'CarsTaxis', 'South East'): 47037200,
('2011', 'CarsTaxis', 'Wales'): 13239900,
('2011', 'CarsTaxis', 'West Midlands'): 28632700,
('2011', 'CarsTaxis', 'Yorkshire and the Humber'): 23122300,
('2011', 'LightGoodsVehicles', 'London'): 6215400,
('2011', 'LightGoodsVehicles', 'South East'): 7454100,
('2012', 'CarsTaxis', 'East Midlands'): 20903700,
('2012', 'CarsTaxis', 'East of England'): 25663000,
('2012', 'CarsTaxis', 'London'): 36410700,
('2012', 'CarsTaxis', 'Merseyside'): 6894600,
('2012', 'CarsTaxis', 'North East'): 13224300,
('2012', 'CarsTaxis', 'North West'): 34427700,
('2012', 'CarsTaxis', 'Scotland'): 24190900,
('2012', 'CarsTaxis', 'South East'): 46952000,
('2012', 'CarsTaxis', 'Wales'): 13169600,
('2012', 'CarsTaxis', 'West Midlands'): 28474000,
('2012', 'CarsTaxis', 'Yorkshire and the Humber'): 22834700,
('2012', 'LightGoodsVehicles', 'London'): 6148400,
('2012', 'LightGoodsVehicles', 'South East'): 7584600,
('2013', 'CarsTaxis', 'East Midlands'): 20690900,
('2013', 'CarsTaxis', 'East of England'): 25863300,
('2013', 'CarsTaxis', 'London'): 36310700,
('2013', 'CarsTaxis', 'Merseyside'): 6899000,
('2013', 'CarsTaxis', 'North East'): 13241000,
('2013', 'CarsTaxis', 'North West'): 34156200,
('2013', 'CarsTaxis', 'Scotland'): 24398800,
('2013', 'CarsTaxis', 'South East'): 46448600,
('2013', 'CarsTaxis', 'Wales'): 13209600,
('2013', 'CarsTaxis', 'West Midlands'): 28240200,
('2013', 'CarsTaxis', 'Yorkshire and the Humber'): 22877300,
('2013', 'LightGoodsVehicles', 'London'): 6428000,
('2013', 'LightGoodsVehicles', 'South East'): 7684700,
('2014', 'CarsTaxis', 'East Midlands'): 20935200,
('2014', 'CarsTaxis', 'East of England'): 26436300,
('2014', 'CarsTaxis', 'London'): 36409500,
('2014', 'CarsTaxis', 'Merseyside'): 6971300,
('2014', 'CarsTaxis', 'North East'): 13428600,
('2014', 'CarsTaxis', 'North West'): 34569000,
('2014', 'CarsTaxis', 'Scotland'): 24472300,
('2014', 'CarsTaxis', 'South East'): 46770500,
('2014', 'CarsTaxis', 'Wales'): 13685000,
('2014', 'CarsTaxis', 'West Midlands'): 29092300,
('2014', 'CarsTaxis', 'Yorkshire and the Humber'): 23265000,
('2014', 'LightGoodsVehicles', 'London'): 6784500,
('2014', 'LightGoodsVehicles', 'South East'): 8078800,
('2015', 'CarsTaxis', 'East Midlands'): 21220900,
('2015', 'CarsTaxis', 'East of England'): 27034000,
('2015', 'CarsTaxis', 'London'): 36303200,
('2015', 'CarsTaxis', 'Merseyside'): 7085600,
('2015', 'CarsTaxis', 'North East'): 13504300,
('2015', 'CarsTaxis', 'North West'): 34704200,
('2015', 'CarsTaxis', 'Scotland'): 24502700,
('2015', 'CarsTaxis', 'South East'): 47809900,
('2015', 'CarsTaxis', 'Wales'): 13974200,
('2015', 'CarsTaxis', 'West Midlands'): 29391700,
('2015', 'CarsTaxis', 'Yorkshire and the Humber'): 23596500,
('2015', 'LightGoodsVehicles', 'London'): 6794100,
('2015', 'LightGoodsVehicles', 'North West'): 6087500,
('2015', 'LightGoodsVehicles', 'South East'): 8480800,
('2016', 'CarsTaxis', 'East Midlands'): 21550200,
('2016', 'CarsTaxis', 'East of England'): 27552300,
('2016', 'CarsTaxis', 'London'): 36453100,
('2016', 'CarsTaxis', 'Merseyside'): 7103500,
('2016', 'CarsTaxis', 'North East'): 13683400,
('2016', 'CarsTaxis', 'North West'): 34812100,
('2016', 'CarsTaxis', 'Scotland'): 24882900,
('2016', 'CarsTaxis', 'Wales'): 14174000,
('2016', 'CarsTaxis', 'West Midlands'): 29924800,
('2016', 'CarsTaxis', 'Yorkshire and the Humber'): 23970400,
('2016', 'LightGoodsVehicles', 'London'): 6734600,
('2016', 'LightGoodsVehicles', 'North West'): 6260800}
three_freq_tuples = [k+(str(v),) for k, v in itemsets[3].items()]
three_freq_tuples
[('2000', 'CarsTaxis', 'East Midlands', '19750700'),
('2000', 'CarsTaxis', 'East of England', '24660300'),
('2000', 'CarsTaxis', 'London', '43731600'),
('2000', 'CarsTaxis', 'Merseyside', '6867000'),
('2000', 'CarsTaxis', 'North East', '12158700'),
('2000', 'CarsTaxis', 'North West', '32430200'),
('2000', 'CarsTaxis', 'Scotland', '21279000'),
('2000', 'CarsTaxis', 'South East', '47076700'),
('2000', 'CarsTaxis', 'Wales', '12152400'),
('2000', 'CarsTaxis', 'West Midlands', '27034900'),
('2000', 'CarsTaxis', 'Yorkshire and the Humber', '22437100'),
('2000', 'LightGoodsVehicles', 'London', '6258300'),
('2001', 'CarsTaxis', 'East Midlands', '19988300'),
('2001', 'CarsTaxis', 'East of England', '25074300'),
('2001', 'CarsTaxis', 'London', '43533600'),
('2001', 'CarsTaxis', 'Merseyside', '6795400'),
('2001', 'CarsTaxis', 'North East', '12552600'),
('2001', 'CarsTaxis', 'North West', '33363100'),
('2001', 'CarsTaxis', 'Scotland', '21604400'),
('2001', 'CarsTaxis', 'South East', '47895900'),
('2001', 'CarsTaxis', 'Wales', '12469600'),
('2001', 'CarsTaxis', 'West Midlands', '27388900'),
('2001', 'CarsTaxis', 'Yorkshire and the Humber', '22859500'),
('2001', 'LightGoodsVehicles', 'London', '6308900'),
('2001', 'LightGoodsVehicles', 'South East', '5977300'),
('2002', 'CarsTaxis', 'East Midlands', '20346800'),
('2002', 'CarsTaxis', 'East of England', '25546400'),
('2002', 'CarsTaxis', 'London', '42656200'),
('2002', 'CarsTaxis', 'Merseyside', '6998400'),
('2002', 'CarsTaxis', 'North East', '12833600'),
('2002', 'CarsTaxis', 'North West', '33845100'),
('2002', 'CarsTaxis', 'Scotland', '22142900'),
('2002', 'CarsTaxis', 'South East', '48509800'),
('2002', 'CarsTaxis', 'Wales', '12851200'),
('2002', 'CarsTaxis', 'West Midlands', '27774300'),
('2002', 'CarsTaxis', 'Yorkshire and the Humber', '23167400'),
('2002', 'LightGoodsVehicles', 'London', '6064400'),
('2002', 'LightGoodsVehicles', 'South East', '6065900'),
('2003', 'CarsTaxis', 'East Midlands', '20390900'),
('2003', 'CarsTaxis', 'East of England', '25410100'),
('2003', 'CarsTaxis', 'London', '41675400'),
('2003', 'CarsTaxis', 'Merseyside', '6900500'),
('2003', 'CarsTaxis', 'North East', '12808300'),
('2003', 'CarsTaxis', 'North West', '33954100'),
('2003', 'CarsTaxis', 'Scotland', '22231700'),
('2003', 'CarsTaxis', 'South East', '48176900'),
('2003', 'CarsTaxis', 'Wales', '13069500'),
('2003', 'CarsTaxis', 'West Midlands', '27590100'),
('2003', 'CarsTaxis', 'Yorkshire and the Humber', '23105000'),
('2003', 'LightGoodsVehicles', 'London', '6531300'),
('2003', 'LightGoodsVehicles', 'South East', '6357500'),
('2004', 'CarsTaxis', 'East Midlands', '20803100'),
('2004', 'CarsTaxis', 'East of England', '25685600'),
('2004', 'CarsTaxis', 'London', '41225000'),
('2004', 'CarsTaxis', 'Merseyside', '7040600'),
('2004', 'CarsTaxis', 'North East', '13187600'),
('2004', 'CarsTaxis', 'North West', '34891700'),
('2004', 'CarsTaxis', 'Scotland', '22645400'),
('2004', 'CarsTaxis', 'South East', '48618900'),
('2004', 'CarsTaxis', 'Wales', '13484400'),
('2004', 'CarsTaxis', 'West Midlands', '28187200'),
('2004', 'CarsTaxis', 'Yorkshire and the Humber', '23616900'),
('2004', 'LightGoodsVehicles', 'London', '6331900'),
('2004', 'LightGoodsVehicles', 'South East', '6633800'),
('2005', 'CarsTaxis', 'East Midlands', '20858700'),
('2005', 'CarsTaxis', 'East of England', '25575000'),
('2005', 'CarsTaxis', 'London', '40887600'),
('2005', 'CarsTaxis', 'Merseyside', '7071600'),
('2005', 'CarsTaxis', 'North East', '13194100'),
('2005', 'CarsTaxis', 'North West', '34235900'),
('2005', 'CarsTaxis', 'Scotland', '22691400'),
('2005', 'CarsTaxis', 'South East', '48170900'),
('2005', 'CarsTaxis', 'Wales', '13357500'),
('2005', 'CarsTaxis', 'West Midlands', '28213800'),
('2005', 'CarsTaxis', 'Yorkshire and the Humber', '23484700'),
('2005', 'LightGoodsVehicles', 'London', '6453800'),
('2005', 'LightGoodsVehicles', 'South East', '6828700'),
('2006', 'CarsTaxis', 'East Midlands', '21199500'),
('2006', 'CarsTaxis', 'East of England', '25750600'),
('2006', 'CarsTaxis', 'London', '41122800'),
('2006', 'CarsTaxis', 'Merseyside', '7098800'),
('2006', 'CarsTaxis', 'North East', '13303200'),
('2006', 'CarsTaxis', 'North West', '34606700'),
('2006', 'CarsTaxis', 'Scotland', '23381200'),
('2006', 'CarsTaxis', 'South East', '48556100'),
('2006', 'CarsTaxis', 'Wales', '13685700'),
('2006', 'CarsTaxis', 'West Midlands', '28355100'),
('2006', 'CarsTaxis', 'Yorkshire and the Humber', '23901000'),
('2006', 'LightGoodsVehicles', 'London', '7337900'),
('2006', 'LightGoodsVehicles', 'South East', '7044300'),
('2007', 'CarsTaxis', 'East Midlands', '20878700'),
('2007', 'CarsTaxis', 'East of England', '25412800'),
('2007', 'CarsTaxis', 'London', '39992900'),
('2007', 'CarsTaxis', 'Merseyside', '6998500'),
('2007', 'CarsTaxis', 'North East', '13298700'),
('2007', 'CarsTaxis', 'North West', '34326400'),
('2007', 'CarsTaxis', 'Scotland', '23133300'),
('2007', 'CarsTaxis', 'South East', '47954300'),
('2007', 'CarsTaxis', 'Wales', '13716700'),
('2007', 'CarsTaxis', 'West Midlands', '28213300'),
('2007', 'CarsTaxis', 'Yorkshire and the Humber', '23692200'),
('2007', 'LightGoodsVehicles', 'London', '7555500'),
('2007', 'LightGoodsVehicles', 'South East', '7335400'),
('2008', 'CarsTaxis', 'East Midlands', '20677300'),
('2008', 'CarsTaxis', 'East of England', '25215000'),
('2008', 'CarsTaxis', 'London', '38923700'),
('2008', 'CarsTaxis', 'Merseyside', '6994700'),
('2008', 'CarsTaxis', 'North East', '13062600'),
('2008', 'CarsTaxis', 'North West', '34123300'),
('2008', 'CarsTaxis', 'Scotland', '22822400'),
('2008', 'CarsTaxis', 'South East', '46851200'),
('2008', 'CarsTaxis', 'Wales', '13537800'),
('2008', 'CarsTaxis', 'West Midlands', '27926100'),
('2008', 'CarsTaxis', 'Yorkshire and the Humber', '23353700'),
('2008', 'LightGoodsVehicles', 'London', '6990600'),
('2008', 'LightGoodsVehicles', 'South East', '7241100'),
('2009', 'CarsTaxis', 'East Midlands', '21007000'),
('2009', 'CarsTaxis', 'East of England', '25691400'),
('2009', 'CarsTaxis', 'London', '39234900'),
('2009', 'CarsTaxis', 'Merseyside', '7062700'),
('2009', 'CarsTaxis', 'North East', '13196100'),
('2009', 'CarsTaxis', 'North West', '35158700'),
('2009', 'CarsTaxis', 'Scotland', '23421800'),
('2009', 'CarsTaxis', 'South East', '47123400'),
('2009', 'CarsTaxis', 'Wales', '13507800'),
('2009', 'CarsTaxis', 'West Midlands', '28313400'),
('2009', 'CarsTaxis', 'Yorkshire and the Humber', '23538800'),
('2009', 'LightGoodsVehicles', 'London', '6581700'),
('2009', 'LightGoodsVehicles', 'South East', '7154100'),
('2010', 'CarsTaxis', 'East Midlands', '20836700'),
('2010', 'CarsTaxis', 'East of England', '25112500'),
('2010', 'CarsTaxis', 'London', '39360200'),
('2010', 'CarsTaxis', 'Merseyside', '6929600'),
('2010', 'CarsTaxis', 'North East', '13078300'),
('2010', 'CarsTaxis', 'North West', '34468000'),
('2010', 'CarsTaxis', 'Scotland', '23029100'),
('2010', 'CarsTaxis', 'South East', '46413500'),
('2010', 'CarsTaxis', 'Wales', '13221600'),
('2010', 'CarsTaxis', 'West Midlands', '27934700'),
('2010', 'CarsTaxis', 'Yorkshire and the Humber', '23303500'),
('2010', 'LightGoodsVehicles', 'London', '6384500'),
('2010', 'LightGoodsVehicles', 'South East', '7172700'),
('2011', 'CarsTaxis', 'East Midlands', '20784800'),
('2011', 'CarsTaxis', 'East of England', '25446100'),
('2011', 'CarsTaxis', 'London', '37733300'),
('2011', 'CarsTaxis', 'Merseyside', '7032200'),
('2011', 'CarsTaxis', 'North East', '13149700'),
('2011', 'CarsTaxis', 'North West', '34666400'),
('2011', 'CarsTaxis', 'Scotland', '22950800'),
('2011', 'CarsTaxis', 'South East', '47037200'),
('2011', 'CarsTaxis', 'Wales', '13239900'),
('2011', 'CarsTaxis', 'West Midlands', '28632700'),
('2011', 'CarsTaxis', 'Yorkshire and the Humber', '23122300'),
('2011', 'LightGoodsVehicles', 'London', '6215400'),
('2011', 'LightGoodsVehicles', 'South East', '7454100'),
('2012', 'CarsTaxis', 'East Midlands', '20903700'),
('2012', 'CarsTaxis', 'East of England', '25663000'),
('2012', 'CarsTaxis', 'London', '36410700'),
('2012', 'CarsTaxis', 'Merseyside', '6894600'),
('2012', 'CarsTaxis', 'North East', '13224300'),
('2012', 'CarsTaxis', 'North West', '34427700'),
('2012', 'CarsTaxis', 'Scotland', '24190900'),
('2012', 'CarsTaxis', 'South East', '46952000'),
('2012', 'CarsTaxis', 'Wales', '13169600'),
('2012', 'CarsTaxis', 'West Midlands', '28474000'),
('2012', 'CarsTaxis', 'Yorkshire and the Humber', '22834700'),
('2012', 'LightGoodsVehicles', 'London', '6148400'),
('2012', 'LightGoodsVehicles', 'South East', '7584600'),
('2013', 'CarsTaxis', 'East Midlands', '20690900'),
('2013', 'CarsTaxis', 'East of England', '25863300'),
('2013', 'CarsTaxis', 'London', '36310700'),
('2013', 'CarsTaxis', 'Merseyside', '6899000'),
('2013', 'CarsTaxis', 'North East', '13241000'),
('2013', 'CarsTaxis', 'North West', '34156200'),
('2013', 'CarsTaxis', 'Scotland', '24398800'),
('2013', 'CarsTaxis', 'South East', '46448600'),
('2013', 'CarsTaxis', 'Wales', '13209600'),
('2013', 'CarsTaxis', 'West Midlands', '28240200'),
('2013', 'CarsTaxis', 'Yorkshire and the Humber', '22877300'),
('2013', 'LightGoodsVehicles', 'London', '6428000'),
('2013', 'LightGoodsVehicles', 'South East', '7684700'),
('2014', 'CarsTaxis', 'East Midlands', '20935200'),
('2014', 'CarsTaxis', 'East of England', '26436300'),
('2014', 'CarsTaxis', 'London', '36409500'),
('2014', 'CarsTaxis', 'Merseyside', '6971300'),
('2014', 'CarsTaxis', 'North East', '13428600'),
('2014', 'CarsTaxis', 'North West', '34569000'),
('2014', 'CarsTaxis', 'Scotland', '24472300'),
('2014', 'CarsTaxis', 'South East', '46770500'),
('2014', 'CarsTaxis', 'Wales', '13685000'),
('2014', 'CarsTaxis', 'West Midlands', '29092300'),
('2014', 'CarsTaxis', 'Yorkshire and the Humber', '23265000'),
('2014', 'LightGoodsVehicles', 'London', '6784500'),
('2014', 'LightGoodsVehicles', 'South East', '8078800'),
('2015', 'CarsTaxis', 'East Midlands', '21220900'),
('2015', 'CarsTaxis', 'East of England', '27034000'),
('2015', 'CarsTaxis', 'London', '36303200'),
('2015', 'CarsTaxis', 'Merseyside', '7085600'),
('2015', 'CarsTaxis', 'North East', '13504300'),
('2015', 'CarsTaxis', 'North West', '34704200'),
('2015', 'CarsTaxis', 'Scotland', '24502700'),
('2015', 'CarsTaxis', 'South East', '47809900'),
('2015', 'CarsTaxis', 'Wales', '13974200'),
('2015', 'CarsTaxis', 'West Midlands', '29391700'),
('2015', 'CarsTaxis', 'Yorkshire and the Humber', '23596500'),
('2015', 'LightGoodsVehicles', 'London', '6794100'),
('2015', 'LightGoodsVehicles', 'North West', '6087500'),
('2015', 'LightGoodsVehicles', 'South East', '8480800'),
('2016', 'CarsTaxis', 'East Midlands', '21550200'),
('2016', 'CarsTaxis', 'East of England', '27552300'),
('2016', 'CarsTaxis', 'London', '36453100'),
('2016', 'CarsTaxis', 'Merseyside', '7103500'),
('2016', 'CarsTaxis', 'North East', '13683400'),
('2016', 'CarsTaxis', 'North West', '34812100'),
('2016', 'CarsTaxis', 'Scotland', '24882900'),
('2016', 'CarsTaxis', 'Wales', '14174000'),
('2016', 'CarsTaxis', 'West Midlands', '29924800'),
('2016', 'CarsTaxis', 'Yorkshire and the Humber', '23970400'),
('2016', 'LightGoodsVehicles', 'London', '6734600'),
('2016', 'LightGoodsVehicles', 'North West', '6260800')]
three_df = pd.DataFrame(three_freq_tuples, columns=['Year', 'Type of Vehicle', 'Region', 'Accidents'])
three_df
| Year | Type of Vehicle | Region | Accidents | |
|---|---|---|---|---|
| 0 | 2000 | CarsTaxis | East Midlands | 19750700 |
| 1 | 2000 | CarsTaxis | East of England | 24660300 |
| 2 | 2000 | CarsTaxis | London | 43731600 |
| 3 | 2000 | CarsTaxis | Merseyside | 6867000 |
| 4 | 2000 | CarsTaxis | North East | 12158700 |
| ... | ... | ... | ... | ... |
| 215 | 2016 | CarsTaxis | Wales | 14174000 |
| 216 | 2016 | CarsTaxis | West Midlands | 29924800 |
| 217 | 2016 | CarsTaxis | Yorkshire and the Humber | 23970400 |
| 218 | 2016 | LightGoodsVehicles | London | 6734600 |
| 219 | 2016 | LightGoodsVehicles | North West | 6260800 |
220 rows × 4 columns
From the above table we can see the stats of accidents. We can change the min_support to filter out more or less frequent itemsets.
In this part we did clustering. We made clusters of regions depending on their accidents trends throughout the years. We use KMeans to cluster our data.
from sklearn.preprocessing import Normalizer
from sklearn.cluster import KMeans
from sklearn.pipeline import make_pipeline
x = region_year_df.groupby(["Region", "Year"], as_index=False).sum()
df_cluster = x.pivot(index='Region', columns='Year', values='AllMotorVehicles')
df_cluster.reset_index(inplace=True)
df_cluster
| Year | Region | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | East Midlands | 24792283.0 | 25069902.0 | 25534456.0 | 25760086.0 | 26385719.0 | 26537520.0 | 26990474.0 | 26820695.0 | 26522368.0 | 26566058.0 | 26391819.0 | 26252210.0 | 26342789.0 | 26246331.0 | 26756790.0 | 27276699.0 | 27766120.0 |
| 1 | East of England | 30692949.0 | 31232915.0 | 31756707.0 | 31788690.0 | 32245057.0 | 32242749.0 | 32539292.0 | 32425855.0 | 32144539.0 | 32399886.0 | 31790463.0 | 32297386.0 | 32478376.0 | 32834299.0 | 33794340.0 | 34835113.0 | 35568961.0 |
| 2 | London | 54746708.0 | 54674758.0 | 53438044.0 | 53150243.0 | 52556110.0 | 52372693.0 | 53776517.0 | 52756704.0 | 51013416.0 | 50693165.0 | 50576363.0 | 48704586.0 | 47355018.0 | 47434303.0 | 47877660.0 | 47805892.0 | 47942432.0 |
| 3 | Merseyside | 8390257.0 | 8289196.0 | 8522751.0 | 8465178.0 | 8632153.0 | 8706532.0 | 8764608.0 | 8695362.0 | 8680273.0 | 8666500.0 | 8522277.0 | 8684245.0 | 8525411.0 | 8556846.0 | 8710613.0 | 8879126.0 | 8915693.0 |
| 4 | North East | 14727152.0 | 15174018.0 | 15516809.0 | 15581904.0 | 16055280.0 | 16116189.0 | 16283918.0 | 16434623.0 | 16170754.0 | 16166889.0 | 16035971.0 | 16143630.0 | 16197088.0 | 16254250.0 | 16571225.0 | 16725137.0 | 16960633.0 |
| 5 | North West | 39855289.0 | 40954315.0 | 41505298.0 | 41859447.0 | 43088759.0 | 42420248.0 | 42992956.0 | 42888227.0 | 42576124.0 | 43497891.0 | 42683021.0 | 43037448.0 | 42780101.0 | 42553458.0 | 43303339.0 | 43710622.0 | 43964995.0 |
| 6 | Scotland | 26203816.0 | 26568811.0 | 27210441.0 | 27546250.0 | 28126394.0 | 28332964.0 | 29284152.0 | 29220423.0 | 28843093.0 | 29273010.0 | 28908774.0 | 28881106.0 | 30567587.0 | 30951841.0 | 31124597.0 | 31325005.0 | 31903089.0 |
| 7 | South East | 56742760.0 | 57747148.0 | 58447657.0 | 58459358.0 | 59172182.0 | 58845730.0 | 59446119.0 | 59107793.0 | 57726949.0 | 57693577.0 | 57024920.0 | 57871665.0 | 57863256.0 | 57447213.0 | 58239999.0 | 59836046.0 | NaN |
| 8 | Wales | 14741757.0 | 15087913.0 | 15527258.0 | 15850934.0 | 16374415.0 | 16297161.0 | 16722181.0 | 16846410.0 | 16646168.0 | 16513889.0 | 16213278.0 | 16274512.0 | 16223983.0 | 16309555.0 | 16929967.0 | 17374144.0 | 17633350.0 |
| 9 | West Midlands | 33654764.0 | 34044501.0 | 34464427.0 | 34480193.0 | 35314641.0 | 35421895.0 | 35607656.0 | 35693265.0 | 35200600.0 | 35273379.0 | 34928036.0 | 35742389.0 | 35538734.0 | 35422014.0 | 36813651.0 | 37376179.0 | 38079652.0 |
| 10 | Yorkshire and the Humber | 28325443.0 | 28820345.0 | 29252032.0 | 29386062.0 | 30140790.0 | 30102642.0 | 30714046.0 | 30684549.0 | 30162584.0 | 29968273.0 | 29704926.0 | 29549629.0 | 29193800.0 | 29378642.0 | 30054834.0 | 30628793.0 | 31152008.0 |
Now we have regions and the number of accidents that happen across the years.
regions = df_cluster['Region']
accidents = df_cluster.iloc[:,1:17]
accidents
| Year | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 24792283.0 | 25069902.0 | 25534456.0 | 25760086.0 | 26385719.0 | 26537520.0 | 26990474.0 | 26820695.0 | 26522368.0 | 26566058.0 | 26391819.0 | 26252210.0 | 26342789.0 | 26246331.0 | 26756790.0 | 27276699.0 |
| 1 | 30692949.0 | 31232915.0 | 31756707.0 | 31788690.0 | 32245057.0 | 32242749.0 | 32539292.0 | 32425855.0 | 32144539.0 | 32399886.0 | 31790463.0 | 32297386.0 | 32478376.0 | 32834299.0 | 33794340.0 | 34835113.0 |
| 2 | 54746708.0 | 54674758.0 | 53438044.0 | 53150243.0 | 52556110.0 | 52372693.0 | 53776517.0 | 52756704.0 | 51013416.0 | 50693165.0 | 50576363.0 | 48704586.0 | 47355018.0 | 47434303.0 | 47877660.0 | 47805892.0 |
| 3 | 8390257.0 | 8289196.0 | 8522751.0 | 8465178.0 | 8632153.0 | 8706532.0 | 8764608.0 | 8695362.0 | 8680273.0 | 8666500.0 | 8522277.0 | 8684245.0 | 8525411.0 | 8556846.0 | 8710613.0 | 8879126.0 |
| 4 | 14727152.0 | 15174018.0 | 15516809.0 | 15581904.0 | 16055280.0 | 16116189.0 | 16283918.0 | 16434623.0 | 16170754.0 | 16166889.0 | 16035971.0 | 16143630.0 | 16197088.0 | 16254250.0 | 16571225.0 | 16725137.0 |
| 5 | 39855289.0 | 40954315.0 | 41505298.0 | 41859447.0 | 43088759.0 | 42420248.0 | 42992956.0 | 42888227.0 | 42576124.0 | 43497891.0 | 42683021.0 | 43037448.0 | 42780101.0 | 42553458.0 | 43303339.0 | 43710622.0 |
| 6 | 26203816.0 | 26568811.0 | 27210441.0 | 27546250.0 | 28126394.0 | 28332964.0 | 29284152.0 | 29220423.0 | 28843093.0 | 29273010.0 | 28908774.0 | 28881106.0 | 30567587.0 | 30951841.0 | 31124597.0 | 31325005.0 |
| 7 | 56742760.0 | 57747148.0 | 58447657.0 | 58459358.0 | 59172182.0 | 58845730.0 | 59446119.0 | 59107793.0 | 57726949.0 | 57693577.0 | 57024920.0 | 57871665.0 | 57863256.0 | 57447213.0 | 58239999.0 | 59836046.0 |
| 8 | 14741757.0 | 15087913.0 | 15527258.0 | 15850934.0 | 16374415.0 | 16297161.0 | 16722181.0 | 16846410.0 | 16646168.0 | 16513889.0 | 16213278.0 | 16274512.0 | 16223983.0 | 16309555.0 | 16929967.0 | 17374144.0 |
| 9 | 33654764.0 | 34044501.0 | 34464427.0 | 34480193.0 | 35314641.0 | 35421895.0 | 35607656.0 | 35693265.0 | 35200600.0 | 35273379.0 | 34928036.0 | 35742389.0 | 35538734.0 | 35422014.0 | 36813651.0 | 37376179.0 |
| 10 | 28325443.0 | 28820345.0 | 29252032.0 | 29386062.0 | 30140790.0 | 30102642.0 | 30714046.0 | 30684549.0 | 30162584.0 | 29968273.0 | 29704926.0 | 29549629.0 | 29193800.0 | 29378642.0 | 30054834.0 | 30628793.0 |
df = pd.DataFrame({'labels': labels, 'regions': regions})
df
| labels | regions | |
|---|---|---|
| 0 | 3 | East Midlands |
| 1 | 0 | East of England |
| 2 | 2 | London |
| 3 | 1 | Merseyside |
| 4 | 3 | North East |
| 5 | 3 | North West |
| 6 | 4 | Scotland |
| 7 | 1 | South East |
| 8 | 3 | Wales |
| 9 | 0 | West Midlands |
| 10 | 1 | Yorkshire and the Humber |
We now cluster our data, first we normalise it and then cluster it. From this we use a make_pipeline library that we used in our assignment. We decide on making 5 clusters that our regions will fit in.
normalizer = Normalizer()
model = KMeans(5)
pipeline = make_pipeline(normalizer, model)
pipeline.fit(accidents)
labels = pipeline.predict(accidents)
df.sort_values(by=['labels'], axis=0, inplace=True, ignore_index=True)
df
| labels | regions | |
|---|---|---|
| 0 | 0 | East of England |
| 1 | 0 | West Midlands |
| 2 | 1 | Merseyside |
| 3 | 1 | South East |
| 4 | 1 | Yorkshire and the Humber |
| 5 | 2 | London |
| 6 | 3 | East Midlands |
| 7 | 3 | North East |
| 8 | 3 | North West |
| 9 | 3 | Wales |
| 10 | 4 | Scotland |
plt.scatter(df['regions'], df['labels'], marker='^')
plt.xticks(rotation=90)
plt.yticks(ticks=[0,1,2,3,4])
plt.xlabel("Regions", fontsize=12)
plt.ylabel("Cluster Label", fontsize=12)
plt.title("Kmeans Clusters of Regions", fontsize=16)
plt.grid(visible=True)
The above graph shpows which region falls in which cluster. If we compare the trends in regions that fall in the same cluster they are similar.
For example, the trend in East of England and West Midlands is very similar and hence they fall in the same cluster. We can use the visualisation from the Frequent Pattern Analysis graph.
Meanwhile, London is the only region with a decreasing accidents trend and hence it falls in a cluster alone since no other region follows that trend.
We can use these clusters to determine which regions have similar trends and then we can see what they have in common. Experts can use this information to work on ways to mitigate more accidents in the future.
Throughout our analysis we used AllMotorVehicle accidents so that we can see the overall general trends in the accidents and not limit them to a type of vehicle.